Skip to content

Latest commit

History

History
33 lines (30 loc) 路 1.1 KB

File metadata and controls

33 lines (30 loc) 路 1.1 KB

馃搷How to install:

馃ЬAutomatic command execution for the first run:


  • 馃敡for Windows: first_start.bat
  • 鈿檉or Linux/MacOS: sh first_start.sh

猬嘙anual 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