Skip to content

πŸš€ Getting Started

Krish Khinchi edited this page Jul 18, 2026 · 1 revision

Workflow

  1. Clone repository
  2. Install dependencies
  3. Configure .env
  4. Start PostgreSQL
  5. Run migrations
  6. Launch backend
  7. Launch frontend

Verify

Backend

http://localhost:8000

Swagger

http://localhost:8000/docs

Frontend

http://localhost:5173

You are now ready to begin development.

Clone this wiki locally