- Install docker
- Run
make run
- Migrate with
make migrate
- Run tests with
make test
- Create a superuser with
make createsuperuser
- See all commands able to be run locally with
make
To delete all data locally while keeping the tables themselves, run:
make purge
To start up, access, and see data through the shell, start the server and run:
make shell
make test
- Add to
requirements.txt
make build