This project is structured with a Next.js frontend (UI) and a Go backend (API).
-
Navigate to the ui folder:
cd frontend
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
The UI will be available at http://localhost:3000.
-
Navigate to the backend folder:
cd backend
-
Run the Go application:
go run .