GitXplorerGitXplorer
v

todo-api

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
39916a088786f6a072ea6b463b28bec7c4d6fe62

Merge pull request #2 from vikramnr/dependabot/npm_and_yarn/lodash-4.17.19

vvikramnr committed 4 years ago
Verified
5c30b85084081c1b6221d4c680959fa9df749147

Bump lodash from 4.17.15 to 4.17.19

ddependabot[bot] committed 4 years ago
Verified
d3bd17537720223c74c812ae9649dd9188624216

Update README.md

committed 5 years ago
Verified
c80a0548d25089f540519a5b5cf787258e63b025

Update README.md

committed 5 years ago
Verified
d2e41ccd9f1036505e85a144ec750f2ca9a76572

Update README.md

committed 5 years ago
Verified
033107b712995af0ae3ed7c65f5312d5038f5e1c

Update README.md

committed 5 years ago

README

The README file for this repository.

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.