Skip to content

A CRUD app for managing bulk cooking of freezer meals.

License

Notifications You must be signed in to change notification settings

Yook74/EasyFreezey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyFreezey

A CRUD app for managing bulk cooking of freezer meals.

How to run things

These commands are for Linux because it's good.

Install and activate python environment

From the git root:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run dev backend

cp samples/easy-freezey.db .
python -m server.app

Run backend tests

python -m pytest server/tests

Install react environment

cd client
npm install

Run frontend (after running backend)

npm start

About

A CRUD app for managing bulk cooking of freezer meals.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published