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
- Host: GitHub
- URL: https://github.com/falco13/team_person
- Owner: Falco13
- Created: 2023-10-19T11:30:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-19T12:04:23.000Z (over 2 years ago)
- Last Synced: 2025-04-08T19:51:20.276Z (about 1 year ago)
- Topics: api, api-rest, django, django-rest-framework, python, python3, rest-api, rest-framework
- Language: Python
- Homepage:
- 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