- clone the repo
- install poetry
- create virtual environment (python3 -m venv env)
- Activate virtual env (source env/bin/activate)
Note: Should have installed Docker in your machine
$ poetry install // install required dependencies
$ docker compose up
or
$ docker compose up --build
since it is serve with nginx http://localhost:2000