- Clone this repository.
- Run frontend with
cd frontendyarn installyarn start
- From another terminal, run backend with
cd backendpip install -r requirements.txtpython3 manage.py migratepython3 manage.py runserver
On frontend, backend directory, respectively, run
yarn test --coverage --watchAll=false --passWithNoTests
coverage run --source='.' manage.py test --keepdb