Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 293 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 293 Bytes

Simple Go CRUD APP

Simple REST app in Golang

Features:

  • Use of Gin Web Framework
  • Connection to Postgres
  • Use of GORM library

Run

Configure environment variables in .env as provided in .env.example and then run the following command to serve the app:

go run main.go