Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 226 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 226 Bytes

MINI CLOUD WEB APP FOR OPENSTACK

Chạy front end

cd transit-ui 
npm i 
npm start

Chạy back end

cd transit-backend 
python3 -m venv venv 
source venv/bin/activate 
pip install -e . 
fastapi run