jchen42703 / echo-crud-template

[WIP] Basic Echo CRUD template (no pagination)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 (Saves Username)
    • 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

About

[WIP] Basic Echo CRUD template (no pagination)

License:MIT License


Languages

Language:Go 100.0%