This repository contain only the framework, you can refer to skeleton for implementation
Bima Framework utilize gRPC Gateway to make REST easier and added some features for productivity.
-
CRUD Generator
-
Authentication and Authorization (using Middleware)
-
Soft Deletable (only for RDBMS)
-
Support Elasticsearch and Pub/Sub Out of The Box
-
Auto documentation (Swagger)
-
Two Level Middleware (Global or Per Route)
-
Better Log Management
-
Support Custom Route
-
Support HTTP Compression Out of The Box
-
Health Check
-
Easy to Custom
go test -coverprofile /tmp/coverage ./... -v
- Documentation