Skip to content

Backend for a small TODO-App (student project at DHBW-VS)

License

Notifications You must be signed in to change notification settings

bluecoder24/dhbw-dbek-todo-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

Backend for a small TODO-App (student project at DHBW-VS)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages