Skip to content

swsnu/swppfall2022-team6

Repository files navigation

NowSee

Build Status Coverage Status Quality Gate Status

Frontend

cd frontend
yarn
yarn start

Frontend Test

cd frontend
yarn
yarn test --coverage --watchAll=false

Backend

cd backend
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Backend Test

cd backend
pip install -r requirements.txt
coverage run --source='.' manage.py test
coverage report

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •