Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 907 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 907 Bytes

swppfall2022-team18

Build Status Quality Gate Status Coverage Status

oOo v0.0.5

How to Run(Front)

yarn install
yarn start

Runs this app in the development mode. Open http://localhost:3000 to view the browser.

yarn test --coverage --watchAll -false 

Lauch the test runner. You can see the coverage

How to Run(Back)

python3 manage.py runserver 0.0.0.0:8000 

Runs backend

python3 manage.py test