Skip to content

👾GAEJOSIM: League of Legends Troll Detector 🎮

Notifications You must be signed in to change notification settings

swsnu/swpp2021-team3

Repository files navigation

swpp2021-team3

Build Status Quality Gate Status Coverage Status

Backend

run

You should create mysql database and user mentioned in the gaejosim/settings.py.

cd backend/gaejosim
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

test

cd backend/gaejosim
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
coverage run --source='.' --omit=manage.py manage.py test 
coverage report

Frontend

run

cd frontend/gaejosim
yarn
yarn start

test

cd fronted/gaejosim
yarn
yarn test