Skip to content

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

About

👾GAEJOSIM: League of Legends Troll Detector 🎮

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 5