- Yarn 1.17.3 or above
- Python 3.6.8
- pip3 9.0.1
at root repositiory, type the following commands
- cd frontend
- yarn install
- yarn start
at root repository, type the following commands
- cd frontend
- yarn install
- yarn test --coverage --watchAll=false
at root repository, type the following commands
- cd backend
- python3 manage.py migrate
- python3 manage.py runserver
at root repository, type the following commands
- cd backend
- coverage run --source='./assaapp' manage.py test && coverage report (statement coverage)
- coverage run --branch --source='./assaapp' manage.py test && coverage report (branch coverage)