Skip to content

microseis/go-crud-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages