An open API service indexing awesome lists of open source software.

https://github.com/falco13/team_person

Implemented an api so that Persons can be promoted to Teams + create which Person and which Teams
https://github.com/falco13/team_person

api api-rest django django-rest-framework python python3 rest-api rest-framework

Last synced: about 2 months ago
JSON representation

Implemented an api so that Persons can be promoted to Teams + create which Person and which Teams

Awesome Lists containing this project

README

          

# 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:__
:heavy_check_mark: Python
:heavy_check_mark: Django REST Framework
:heavy_check_mark: SQLite database