Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 657 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 657 Bytes

dhbw-dbek-todo-core

Backend made with RedBeanPHP + Slim for a small TODO-App, which is an assignment in the lecture "Datenbanken im Business-Engineering-Kontext" during the 4th semester business informatics at the DHBW-VS. The frontend can be found here: https://github.com/NovaNemesis99/DHBW-TODO-WebApp

Routes

For the complete API documentation see api.md, for data structure documentation see entities.md.

  • /getTask/{taskId}
  • /getTasksOfList/{listId}
  • /addOrUpdateTask
  • /deleteTask/{taskId}
  • /getList/{listId}
  • /getAllLists
  • /addOrUpdateList
  • /deleteList/{listId}