- python>=3.9.18 (create a new virtual environment called
venv
) - docker
- docker compose (we are using docker compose instead of docker-compose)
- At least 4 GB dedicated RAM for docker
- We are used to use PyCharm, but it's not mandatory
$ python -m venv venv
$ make install
$ make build
$ make start
$ make migrate
Enter super user creds after running:
$ make createsuperuser
Now, you should be able to go to admin with you super user creds
$ make lint
$ make stop