Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/falco13/team_person
https://github.com/falco13/team_person
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/falco13/team_person
- Owner: Falco13
- Created: 2023-10-19T11:30:35.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-19T12:04:23.000Z (about 1 year ago)
- Last Synced: 2023-10-19T13:25:30.474Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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