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
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}