Skip to content

swsnu/swpp2019-team2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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