A CRUD app for managing bulk cooking of freezer meals.
These commands are for Linux because it's good.
From the git root:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtcp samples/easy-freezey.db .
python -m server.apppython -m pytest server/tests
cd client
npm installnpm start