Quick Start Guide To get started, follow these steps: 1. Create React Build Navigate to the frontend directory and build the React application: cd frontend npm run build 2. Build the Go Application go build -o app 3. Run the Server Finally, run the server by executing the generated binary: ./app