- create project structure (simple structure to follow MVC idea)
- [ ]
# create the virtualenv and install pip-tools
virtualenv --python python3.12 venv && source venv/bin/activate && pip install pip-tools
# run the application
make run
use
Makefile
as an entrypoint to work with the project as Developer.