To run this project, you need to have python3 installed on your machine.
You can install python3 from https://www.python.org/downloads/
.
Go into project directory and run ./create_venv_and_install_requirements
from terminal.
Go into project directory and run ./run_server
from terminal.
To update the database, you need to run ./migrate_db
To create a superuser you can run ./create_company_superuser
The project will run in port localhost:8000/