Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 184 Bytes

File metadata and controls

10 lines (8 loc) · 184 Bytes

Running The Development Server

  • npm run dev

Running The API Server

Using Python Env

  • cd backend
  • source venv/bin/activate

Uvicorn & Fast API

  • uvicorn main:app --reload