https://github.com/tructn/racket
🚀 Smash Limits. Connect Players. Play More.
https://github.com/tructn/racket
auth0 fullstack-development golang gorm monolith postgresql react typescript
Last synced: 4 months ago
JSON representation
🚀 Smash Limits. Connect Players. Play More.
- Host: GitHub
- URL: https://github.com/tructn/racket
- Owner: tructn
- License: mit
- Created: 2024-05-14T06:08:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-10T17:00:57.000Z (11 months ago)
- Last Synced: 2025-07-10T22:45:46.856Z (11 months ago)
- Topics: auth0, fullstack-development, golang, gorm, monolith, postgresql, react, typescript
- Language: TypeScript
- Homepage: https://getracket.vercel.app
- Size: 3.75 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Built by
with passion
[](https://github.com/tructn/racket/actions/workflows/go.yml)
[](https://github.com/tructn/racket/actions/workflows/codeql.yml)
## Overview
A hobby project for personal usage, for amature badminton player self-organized group, manage players, courts, costs
## Demo






## Usage
### Environment Variables
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
```bash
docker compose up
```
## Roadmap
- ✅ 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
## Stack
- Golang Gin
- GORM with Postgres
- Auth0
- React
- Tailwindcss
- Dayjs
- Mantine UI
- Numerable
## Dev Guidline
### Run test
```bash
go test -v ./...
go test -v -cover ./...
```
## Hosting
- Backend: https://www.koyeb.com/
- Frontend: https://vercel.com/