Skip to content
This repository has been archived by the owner on Jan 17, 2020. It is now read-only.
/ swpp2019-team20 Public archive

Pay Me Back (We will get your money back instead!)

Notifications You must be signed in to change notification settings

swsnu/swpp2019-team20

Repository files navigation

swpp2019-team20

Build Status Quality Gate Status Coverage Status

logo

Usage

Frontend

cd frontend
yarn install
yarn test # for tests
yarn start # for development server

Backend

cd backend
pip install -r requirements.txt
./manage.py test # for tests
./manage.py runserver # for development server