swppfall2022-team15

NotiManager


Backend test Frontend test Quality Gate Status Coverage Status

How to run backend

cd backend
pip install pipenv

pipenv install
pipenv shell

(python manage.py migrate)
python manage.py runserver 127.0.0.1:8000

How to run frontend

cd frontend
yarn install
yarn start