Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 668 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 668 Bytes

TODO-app


Hi there! This is my RESTful TODO-application which connected to database


How to start

Once you clone this repo or download zip you have to install all dependencies.

Before you start, don't forget to connect to your database. I have used MongoDB(locally).

After all done recommendations you need to type in your terminal a command:

npm start


all available GET routes

  • localhost:3000/todo
  • localhost:3000/todo/:id
  • localhost:3000/todo/:id/edit
  • localhost:3000/todo/new
  • localhost:3000/todo/completed

Everything else you will find on the buttons that say what this or that button does