Dujiao-Next API is the backend service for the Dujiao-Next ecosystem. It provides public APIs, user/auth APIs, order and payment workflows, and admin APIs.
- Go
- Gin
- GORM
- SQLite / PostgreSQL
- Serves REST APIs for user, order, and payment flows
- Handles payment callbacks/webhooks
- Supports product, fulfillment, and configuration management
go mod tidy
go run cmd/server/main.goThe default health check endpoint is:
GET /health