About the project

A to-do-list web app, designed using Node.js, Express.js, MongoDB, MongoDB Atlas, EJS.

To run the project, go to the project directory and use the commands:

  npm install
  npm start
Note:

By default the server runs in development environment, if you want to run in production environment, then run

export NODE_ENV=production

and run

npm start

To switch back to development environment run

export NODE_ENV=development