Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 283 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 283 Bytes

ToDo Application API

ToDos

Server

  • init server with express
  • create db connection
  • create routes to todos
  • implement CRUD for todos

Client

  • init vue instance
  • build ui
  • fetch and output data
  • implement CRUDs through frontend