Skip to content

swsnu/swpp2020-team10

Repository files navigation

swpp2020-team10

Build Status

Quality Gate Status

Coverage Status

Running the app

  1. Clone this repository.
  2. Run frontend with
  • cd frontend
  • yarn install
  • yarn start
  1. From another terminal, run backend with
  • cd backend
  • pip install -r requirements.txt
  • python3 manage.py migrate
  • python3 manage.py runserver

Testing

On frontend, backend directory, respectively, run

yarn test --coverage --watchAll=false --passWithNoTests
coverage run --source='.' manage.py test --keepdb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6