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