vikramnr / todo-api

Node.js API for managing To-do lists

Home Page:https://mysterious-mesa-01318.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Todo API

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.

Getting Started

Follow the instructions below to set up the environment and run this project on your local machine.

Clone repository

$ git clone https://github.com/vikramnr/todo-api.git

Install dependencies via NPM or Yarn

Install dependencies via npm

$ npm install

Install dependencies via yarn

$ yarn install

Run the server with nodemon and open a browser to visit

http://localhost:3000/.

Run server

$ npm run dev

Licensed under the MIT License.Copyright © 2017-present Vikram.

About

Node.js API for managing To-do lists

https://mysterious-mesa-01318.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 100.0%