Work in Progress - This project is under active development.
Hackathon management system with Go backend and React frontend.
- Go 1.24+
- Node.js 20+
- Docker (for PostgreSQL)
# Start database
docker-compose up -d
# Run migrations
make migrate-up
# Start backend (port 8080)
air
# Start frontend (port 3000)
cd client/web && npm install && npm run devBackend: Go, Chi, PostgreSQL, SuperTokens, SendGrid
Frontend: React 19, Vite, TypeScript, Tailwind CSS, shadcn/ui