Installation & Setup
Prerequisites
- Go 1.21+ (for the backend)
- Node.js 20+ (for the frontend)
- npm or yarn
Backend Setup
- Navigate to the
backenddirectory: - Install dependencies:
- Run the server:
The API will be available at
http://localhost:8080.
Frontend Setup
- Navigate to the
frontenddirectory: - Install dependencies:
- Run the development server:
The dashboard will be available at
http://localhost:5173.