📍How to install: 🧾Automatic command execution for the first run: 🔧for Windows: first_start.bat ⚙for Linux/MacOS: sh first_start.sh ⬇Manual start: 1 - Connect venv: python -m venv venv 2 - Activate it: .\venv\Scripts\activate 3 - Install libraries: pip install -r requirements.txt 4 - Run the migration: python manage.py makemigrations 5 - Apply migration: python manage.py migrate 6 - Run server: python manage.py runserver 📮How to connect Postman: 1 - Import Postman_Client folder into Postman 2 - The environment settings are called User Data 3 - The Client_API collection contains requests 🐳How to connect Docker Compose: UP Docker-compose: docker-compose up -d