swsnu / swpp2019-team2

COSMOS
0 stars 3 forks source link

SWPP fall2019-Team2

COSMOS

https://csmscsms.shop/

Build Status Coverage Status Quality Gate Status

How to Run

 git clone https://github.com/swsnu/swpp2019-team2.git project_name

 cd projectname/backend

 pip install -r requirements.txt

 python manage.py migrate

 python manage.py runserver

 cd ../frontend

 yarn install

 yarn start