Skip to content

Cookie-gg/go-echo-gorm-rest

Repository files navigation

Go-echo-gorm-rest

REST API with golang echo and gorm
Supports hot realoding in development by air

Setup

  1. make env file

※ These values are sample, use unique values in your environment.

MYSQL_ROOT_PASSWORD="password"
MYSQL_DATABASE="development"
MYSQL_USER="user"
MYSQL_PASSWORD="password"
MYSQL_PORT=3306
MYSQL_HOST="db"
  1. run docker-compose
docker compose up -d

About

REST API with golang, echo and gorm

Resources

Stars

Watchers

Forks