Hardware as a Service (HaaS) checkout system. HAAMI stands for group member names.
npm install
npm run dev
By default, the app will be available at http://localhost:5173/
npm run build
cd backend
python -m venv .venv
# Linux
source venv/bin/activate
# Windows
.venv\bin\Activate.ps1pip install -r requirements.txt
flask run
By default, the flask app will be available at http://localhost:5000/