Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 806 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 806 Bytes

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