- Open a terminal and clone the repository.
- Navigate to the
pcsaz_back-enddirectory. - Run the following command to install all dependencies:
pip install -r requirements.txt- Make a copy of
config_example.jsonin the current directory and name itconfig.json. - Edit the
config.jsonand replace your own database settings. - use this command to run server:
python manage.py runserverThis command runs your server on the address 127.0.0.1 and port 8000. If you want to change it, you can use the command below (replace the address and port with the ones you want):
python manage.py runserver address:port