Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 465 Bytes

File metadata and controls

22 lines (15 loc) · 465 Bytes

vue-covid-19

Run Server

  • npm install
  • npm run serve

ScreenShot ScreenShot

fast-api covid-19

Package Install

  • pip install uvicorn[standard]
  • pip install fastapi

Run Server

  • cd api
  • uvicorn main:app --reload --host 0.0.0.0 --port 8000 --workers 4

ScreenShot ScreenShot