Brzy App Backend

Frontend not built yet. Run the build script or use development mode.

For development:

  1. Run backend: cd backend && go run main.go
  2. Run frontend: cd frontend && npm run dev
  3. Access app at: http://localhost:5173

For production build: ./build.sh