Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 272 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 272 Bytes

GORM Example

A simple REST API built in Go with GORM for database operations.

Usage

  1. Rename .env.template file to .env

  2. Add database configuration values in .env file

  3. Install dependencies using go mod download

  4. Run app using go run main.go