Skip to content

A NodeJs, ExpressJs and MongoDB Todo API services.

License

Notifications You must be signed in to change notification settings

delino12/todo-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8712bb1 · Nov 13, 2019

History

12 Commits
Oct 24, 2019
Nov 13, 2019
Oct 31, 2019
Oct 27, 2019
Nov 13, 2019
Nov 13, 2019
Nov 13, 2019
Oct 24, 2019
Oct 23, 2019
Oct 27, 2019
Nov 13, 2019
Oct 24, 2019
Oct 24, 2019

Repository files navigation

Todo-api

A todo api for android and web application

Get started

Clone repository and cd into the root directory via command line or terminal

  $ npm install

Start application development server.

  $ npm run dev