Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sprint4 #115

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Coverage Status](https://coveralls.io/repos/github/swsnu/swppfall2022-team6/badge.svg?branch=main&kill_cache=1)](https://coveralls.io/github/swsnu/swppfall2022-team6?branch=main)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=swsnu_swppfall2022-team6&metric=alert_status)](https://sonarcloud.io/dashboard?id=swsnu_swppfall2022-team6)

## Sprint4
Submission: 2022/11/26 Sat

## Frontend

Expand All @@ -26,10 +28,11 @@ yarn test --coverage --watchAll=false
```bash
cd backend
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
sh data.sh
```

Because badges are yet to be implemented, to mock badge data and create a genuine user bash data.sh must be executed.

## Backend Test

```bash
Expand Down