Skip to content

SojebSikder/goframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goframe

A go boilerplate to create new web application

Database migration

go generate ./ent

Running

go run main.go

Database

  • Create new migraion using ent init TableName

Technology used:

  • Gin
  • ent