Task manager app that allows for task lists and task sort based on custom properties To understand the planned features, you can checkout the App Requirements or the MVP
get:
- task/{id} : get task by id
- tasks : get all tasks
post:
- task/create : create task
- task/update : updates existing task
- task/delete : deletes task
also i want a kanban feature later on