Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 377 Bytes

todo-api

An api for todo app

Pre-requisites

  • mongodb running on default port
  • nodejs

Steps to run

  • 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 the nodemon server

Troubleshooting

  • Make sure the port 9999 is available