First, you should install poetry. Follow the instructions here.
cd swpp2021-team13/backend/probloom
poetry install -E ipython
poetry run python manage.py makemigrations
poetry run python manage.py migrate
First, you should install yarn 1.x. Follow the instructions here.
cd swpp2021-team13/frontend/probloom
yarn
cd swpp2021-team13/backend/probloom
poetry run coverage run
poetry run coverage report -m
cd swpp2021-team13/frontend/probloom
yarn test --coverage --watchAll=false
cd swpp2021-team13/backend/probloom
poetry run python manage.py runserver
cd swpp2021-team13/frontend/probloom
yarn start