Skip to content

KienKeng107/go-gin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD USING GIN Framework

  • A project with CRUD operations using the GIN framework, designed for individuals who wish to explore GIN and understand its functionality

Functionalities:

  • Signup, Signin (JWT Authentication)
  • CRUD

Prerequisite

  1. Install Golang: https://go.dev/doc/gopath_code
  2. Install Gin framework : https://gin-gonic.com/docs/quickstart/
  3. Install Gorm: https://gorm.io/docs/update.html
  4. Install godotenv : https://github.com/joho/godotenv
  5. Install Compile Daemon for Go : https://github.com/githubnemo/CompileDaemon
  6. Install JWT package: https://github.com/golang-jwt/jwt
  7. Install bcrypt package: https://pkg.go.dev/golang.org/x/crypto/bcrypt

Installation

go mod download

How to run locally

CompileDaemon -command="./{your-project-folder-name}"

About

CRUD Using gin Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages