git clone <repo-url>
cd QueueSmartFrom the repo root:
pnpm installIf you prefer, you can also install from each app folder separately:
cd backend
pnpm install
cd frontend
pnpm installOpen two terminals and start the backend and frontend separately.
Backend:
cd backend
PORT=5000 pnpm devFrontend:
cd frontend
pnpm devThe frontend expects the API at http://localhost:5000/api by default, so keep the backend running on port 5000 unless you set NEXT_PUBLIC_API_BASE yourself.
Visit:
http://localhost:3000- Alexander Moreno
- Amy Anh Hoang
- Audrey Dang
- Naziba Nur