Prerequisites Python 3.10 or higher Installation Set up a virtual environment: make env Activate the virtual environment: make activate Install dependencies: make install Usage Example command to start the application make start flask --app app run