Skip to content

sagarkalita/gogingorm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

gogingorm

AIM: CRUD OPERATION

============================================================================================================================================ Project inisialization

  1. Create a folder
  2. Open vscode.
  3. Go to that path from terminal and create the project inside that folder by typing: go mod init projectname
  4. For gin installation, type "go get github.com/gin-gonic/gin"
  5. For gorm installation, type "go get -u gorm.io/gorm"
  6. For mysql driver, type "go get -u gorm.io/driver/mysql" ============================================================================================================================================

About

GO Crud operation using gin gorm mysql

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages