Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 170 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 170 Bytes

AWS-COVID-Analytics

Backend

cd backend
pip install -r requirements.txt
FLASK_APP=main.py flask run

Frontend

cd frontend
npm install
npm start