Falco13 / team_person

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REST API application - Django

  • 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

About


Languages

Language:Python 100.0%