An api for todo app
- mongodb running on default port
- nodejs
- Clone the repo using either SSH or HTTPs link.
- Using terminal traverse into
todo-api
directory - Run
npm install
- After that run
npm run start
to start thenodemon
server
- Make sure the port
9999
is available