Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 264 Bytes

File metadata and controls

18 lines (12 loc) · 264 Bytes

Quick Start

Backend (FastAPI)

cd /home/adnan/EngineDesign
uvicorn backend.main:app --reload --port 8000

Frontend (React + Vite)

cd /home/adnan/EngineDesign/frontend
npm run dev

Then open http://localhost:5173 in your browser.