Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/falco13/team_person


https://github.com/falco13/team_person

Last synced: about 23 hours ago
JSON representation

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