A FASTAPI app that manages tasks built in python
- Integrates SQLite3 with FASTAPI
- displays all tasks
- creates a new task with title and priority
- marks task with corresponding task id as done i.e done = 1
- deletes task with corresponding task id
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A FASTAPI app that manages tasks built in python