Simple Office Management System
- Local DB AuthN
- My Booking
- Booking Dashboard
- Role-based AuthZ
- Realtime Update for Dashboard
- Charts for Dashboard
- Testing
- Username: admin@goal.com
- Password: admin
- Backend: https://www.fl0.com/
- Frontend: https://vercel.com/
http://localhost:8000/swagger/index.html#/
<!-- For signing JWT token -->
SECRET_KEY=
air
make run
migrate create -ext sql -dir "./migrations" -seq create_users_table
migrate -database "postgres://postgres:admin@localhost:5432/goal?sslmode=disable" -path "./migrations" up
cd ./web && pnpm dev
make test_cov
- Go does not support default parameter
- Go does not support overload (https://go.dev/doc/faq#overloading)
- Go
- React
- MUI React
- TailwindCSS
- GORM (Postgres)
- Zustand