Simple todos tracker that allows users to manage their personal tasks.
The app is built using Django and Python, following a simple REST API architecture.
- title
- description
- completed
- owner
- created date
- username
- password
You can use Postman to review the APIs and endpoint of this project.