echo-crud-template
[WIP] Basic Echo CRUD template (no pagination)
Overview
Based on https://github.com/xesina/golang-echo-realworld-example-app.
Echo CRUD Template with:
- HTTPS & HTTP 2
- Grouped Paths
- Basic Authentication
- Email Verification
- Remember Me
- Postgres
- Redis
- Metrics with Prometheus
- CORS
- CSRF Protection
- Deploy with Docker
- Automatic documentation with swagger
- Testing
Run
With a .env file:
env $(cat .env | xargs) go run main.go