Public
Documentation Settings

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

Postman: https://www.postman.com/zkifaz/ifaz/collection/enugpoq/django-server?action=share&creator=27476393&active-environment=27476393-fc4b0ec0-6633-41be-b0ec-6a5f6ed6f8d4

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).

Loading