Skip to content

MarioTiara/Go-API-Gin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Web API using Gin

Project Features

  • Using Gin for CRUD Demonstration
  • Using JWT as Token via jwt-go package
  • Using Repository Pattern to communicate to DB

Project Dependencies

  • Install and Run Postgress service in your localhost for storing data

Aplication LifeCycle

  • Install node modules
    $ go get . || go mod || make goinstall
    
  • Build application
    $ go build -o main || make goprod
    
  • Start application in development
    $ go run main.go | make godev
    

Author Mario Tiara Pratama

About

Golang API exploration using Gin Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages