Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 529 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 529 Bytes

Golang Echo MYSQL Boilerplate

This is My Template/Boilerplate to Create REST API/Microservice Using:

  • Go
  • Echo Framework (v4)
  • MySQL
  • Viper
  • Paseto Token
  • Migrate (golang-migrate)

How to Run ?

  1. Clone this repo
  2. go mod init YOUR_GO_MOD_NAME
  3. Find and Replace in vscode github.com/joisandresky/go-echo-mysql-boilerplate into YOUR_GO_MOD_NAME
  4. go mod download
  5. copy configs/env_example.yaml and rename into env.yaml
  6. go run cmd/main.go