1.0.0 • Published 3 years ago

todo-list-mern-app v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this?

This is the version 1 of todo-list app developed in MERN Stack.

Any Preview available?

Yes. Here is a live preview of the project live preview.

How to download or install it?

  1. Run npm install todo-list-mern-app on machine if you have Node installed.
  2. Create a .env file to store MongoDb Atlas URI. See the snippet of .env file in .env_snippet included in the root directory.

OR

  1. Clone the repository using git clone https://github.com/alsoamit/todo-list-app-mern-stack.git.
  2. Create a .env file to store MongoDb Atlas URI. See the snippet of .env file in .env_snippet included in the root directory.
  3. Run command node app.js to run node server on your machine.