A simple todo API made with NodeJS, ExpressJS and MongoDB. Can be used as a back-end for learning front-end technologies without making a standalone API for that purpose.
Run git clone https://github.com/nomanHasan/todo-api
to download the project to your computer.
Download and isntall MogoDB.
Make sure that the database is running at 127.0.0.1:27017
Now run cd todo-api
to go inside the directory
Run npm install
to install all the dependencies.
Run npm install -g nodemon
to install Nodemon Globally.
Run npm start
to run the NodeJS Server.