- create virtual environment, run "python -m venv < name of your venv >" then clone this project
- Enter into the project directory cloned and then run "pip install -r requirements.txt" to install all dependences in your venv
- Connect your DB in settings.py file and run "py manage.py migrate" to migrate all tables ans sessions to your DB
- create a superuser
- Run the server