Description
This repository contains a template for building REST APIs with Django. As I often need to create a REST API framework while working on Django web platforms, I developed this template to streamline my workflow. This allows me to avoid starting from scratch for each new project, providing a solid foundation that includes essential configurations and components.
Find this project on my GitHub repository.
Resources Used
- Django
- Django REST Framework
- Serializers
- Routers
- PostgreSQL
- Swagger
- Gunicorn