It's for study propose only.
- Docker
- Python 3.9
- Env [Pyenv(recommended) or virtual env]
- Make
Install with Make or see the raw commands in Makefile.
make create-venv (Only for pyenv users. Otherwise you can create a virtual env somehow.)
make setup-dev (For NOT pyenv users.)
make containers-up
make alembic-upgrade-head
make run-app