Simple Express Dotenv
A simple example on how to use .env file in an Express.js API using dotenv.
- Node JS & npm
yarn install or npm install
yarn start:devornpm run start:dev- go to http://localhost:3333/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple Express Dotenv
A simple example on how to use .env file in an Express.js API using dotenv.
yarn install or npm install
yarn start:dev or npm run start:dev