SPRINT(Special Platform for Robust Integration) by Team 7
SNU SWPP fall 2022
Before typing the script below, you need to set secret environment variables on terminal.
Download env.sh
and type source env.sh
.
> pwd
(swppfall2022-team7)/frontend
> cd sprint
> yarn install
> yarn start
- To check its behavior, http://localhost:3000
> cd frontend/sprint
> yarn test --coverage --watchAll=false
Before typing the script below, you need to set secret environment variables on terminal.
Download env.sh
and type source env.sh
.
> pwd
(swppfall2022-team7)/backend
> pip install -r requirements.txt
> cd sprint
> python manage.py migrate
> python manage.py runserver
- test.sh : pylint & coverage test
> cd backend/sprint
> chmod +x test.sh
> ./test.sh