Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 125 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 125 Bytes

Template web app

Backend:

  1. pip install requirements.txt
  2. fastapi dev main.py

Frontend:

  1. npm install
  2. npm run start