Start the app

  • Start app:

    • Create env python3 -m venv venv
    • Activate env source venv/bin/activate
    • Install dependencies pip install -r requirements.txt
    • Start project python3 main.py
  • Start test:

    • Execute pytest test_main.py