Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felixdusengimana/django-backend-api-development
This repositories contains notes and codes for developing APIs using Django Python Framework.
https://github.com/felixdusengimana/django-backend-api-development
api django django-rest-framework docker docker-compose python tdd
Last synced: about 2 months ago
JSON representation
This repositories contains notes and codes for developing APIs using Django Python Framework.
- Host: GitHub
- URL: https://github.com/felixdusengimana/django-backend-api-development
- Owner: felixdusengimana
- License: mit
- Created: 2022-02-26T19:07:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T07:16:02.000Z (almost 3 years ago)
- Last Synced: 2024-11-04T23:42:48.649Z (3 months ago)
- Topics: api, django, django-rest-framework, docker, docker-compose, python, tdd
- Language: Python
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### REST APIs development with Django
I covered how to build a fully functioning REST API using:
- Python
- Django / Django-REST-Framework
- Docker / Docker-Compose
- Test Driven Development### App structure
.
├── app
├── .gitingore
├── .travis.yml
├── docker-compose.yml
├── Dockefile
├── LICENSE
├── requirements.txt
└── README.md