An open API service indexing awesome lists of open source software.

https://github.com/go-lumen/lumen-api

Lumen Api is a boilerplate for GoLang Api development
https://github.com/go-lumen/lumen-api

api golang mongodb postgresql

Last synced: 5 months ago
JSON representation

Lumen Api is a boilerplate for GoLang Api development

Awesome Lists containing this project

README

          

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)