Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 258 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 258 Bytes

lumen-api

To run

export SAM_ENV=prod
cp .env.sample .env.prod
go run main.go

Improvements for generic

  • Generic store
  • Better helpers/error
  • Check PSql
  • gRPC
  • Implement KPI generation
  • Microservices (Kafka/SQS)