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

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