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.txt
cp samples/easy-freezey.db .
python -m server.app
python -m pytest server/tests
cd client
npm install
npm start