Skip to content

Zagoshipda/swpp2021-team13

 
 

Repository files navigation

ProbLoom

Team 13, SWPP Fall 2021

Build Status Quality Gate Status Coverage Status

Installation

Back-End

First, you should install poetry. Follow the instructions here.

cd swpp2021-team13/backend/probloom
poetry install -E ipython
poetry run python manage.py makemigrations
poetry run python manage.py migrate

Front-End

First, you should install yarn 1.x. Follow the instructions here.

cd swpp2021-team13/frontend/probloom
yarn

Testing (Optional)

Back-End

cd swpp2021-team13/backend/probloom
poetry run coverage run
poetry run coverage report -m

Front-End

cd swpp2021-team13/frontend/probloom
yarn test --coverage --watchAll=false

Running Development Server

Back-End

cd swpp2021-team13/backend/probloom
poetry run python manage.py runserver

Front-End

cd swpp2021-team13/frontend/probloom
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.9%
  • Python 34.6%
  • CSS 0.6%
  • HTML 0.4%
  • Batchfile 0.2%
  • Dockerfile 0.2%
  • Makefile 0.1%