Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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