Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 421 Bytes

TOT-todo-webservice

API documentation

https://documenter.getpostman.com/view/2978812/UV5Uje4P

To Run

  1. clone repo https://github.com/RegNex/TOT-todo-webservice.git
  2. rename .env_example to .env and replace the DB_URL with your connection link.
  3. run npm install
  4. run nodemon index.js(for mac/linux) and npx nodemon start(for windows)

deployment

cyclic.sh