- REST API with CRUD (create, read, update, delete) endpoints for "Teams" and "Persons in those Teams".
- Implemented - the Team object with the title, object Person with first name, last name, email.
- Implemented an api so that Persons can be promoted to Teams + create which Person and which Teams
API end-points:
- api/teams/
- api/teams/id
- api/persons/
- api/persons/id
Used tools:
✔️ Python
✔️ Django REST Framework
✔️ SQLite database