Foodify, an all-in-one refrigerator management service
cd frontend
yarn install
yarn startcd frontend
yarn install
yarn test --coverage --watchAll=falsecd backend
python manage.py makemigrations
python manage.py migrate
python manage.py runserver cd backend
coverage run --source='./api' manage.py test