Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 439 Bytes

File metadata and controls

14 lines (12 loc) · 439 Bytes

SCEats

SCE's snack inventory management


How to run the backend

  • Change directories into the backend folder with cd backend
  • Create a virtual environment with python -m venv .venv
  • Activate the virtual environment
    • Windows: .\.venv\Scripts\activate
    • Mac: source ./.venv/bin/activate
  • Run python main.py

how to run full app in dev

  • docker compose -f docker-compose.dev.yaml up