Django Server
Django Server Postman Collection Overview
Welcome to the Django Server Postman Collection, designed to help you test and interact with the Nest Server API.
Documentation: https://documenter.getpostman.com/view/27476393/2sAYdipVaf
GitHub: https://github.com/ifazo/django-server
Create Review
All data and tokens will be generated automatically. You need just to run the collection.
Warning: Delete requests do not work, because it will break the automated runner.
Core Technologies
The Dango Server project leverages various modern technologies to provide a robust and scalable API. Here is a list of the core technologies used:
Django: A high-level Python web framework that encourages rapid development and clean, pragmatic design.
Django REST framework: A powerful and flexible toolkit for building Web APIs.
Gunicorn: A Python WSGI HTTP Server for UNIX, used to serve the Django application.
psycopg2-binary: A PostgreSQL database adapter for Python.
python-dotenv: Reads key-value pairs from a
.env
file and can set them as environment variables.djangorestframework-simplejwt: A JSON Web Token authentication backend for the Django REST Framework.
django-cors-headers: A Django app for handling the server headers required for Cross-Origin Resource Sharing (CORS).