Skip to content

swsnu/swpp2019-team4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swpp2019-team4 Build Status Quality Gate Status Coverage Status

environments

  • Yarn 1.17.3 or above
  • Python 3.6.8
  • pip3 9.0.1

Frontend

run

at root repositiory, type the following commands

  • cd frontend
  • yarn install
  • yarn start

test

at root repository, type the following commands

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

Backend

run

at root repository, type the following commands

  • cd backend
  • python3 manage.py migrate
  • python3 manage.py runserver

test

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published