Node.js API for managing To-do lists. This is a hands-on project based on Introduction to Node.js Book
API is live here. Or you can run the demo on your local machine, as well using below commands.
Follow the instructions below to set up the environment and run this project on your local machine.
$ git clone https://github.com/vikramnr/todo-api.git
Install dependencies via NPM or Yarn
$ npm install
$ yarn install
Run the server with nodemon and open a browser to visit
http://localhost:3000/.
$ npm run dev
Licensed under the MIT License.Copyright © 2017-present Vikram.