A hobby project for personal usage, for amature badminton player self-organized group, manage players, courts, costs
Backend
DB=postgres://postgres:admin@localhost:5434/racket?sslmode=disable
AUTH0_ISSUER_URL=
AUTH0_AUDIENCE=
Frontend
VITE_API_URL=http://localhost:8000
VITE_AUTH0_DOMAIN=
VITE_AUTH0_CLIENTID=
VITE_AUTH0_AUDIENCE=
docker compose up- โ Auth0 Integration
- โ Docker support
- โ Registration dashboard
- โ Players management
- โ Matches management
- โ Duplicate match
- โ Unpaid report
- โ Support cost management
- โ Support anonymously view outstanding report
- ๐ง Support notification (Facebook Messenger, Email, Push Notification)
- ๐ง Monzo API Integration
- ๐ง Support Mobile Devices (iOS, Android)
- ๐ง Testing high coverage
- Golang Gin
- GORM with Postgres
- Auth0
- React
- Tailwindcss
- Dayjs
- Mantine UI
- Numerable
go test -v ./...
go test -v -cover ./...- Backend: https://www.koyeb.com/
- Frontend: https://vercel.com/





