Skip to content

raviMukti/gin-rest-starter-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API Using Gin Library

Starter project for RESTFUL API apps using Gin Library

Project Structure

├── app -> Configuration Router/Database
├── controller -> Controller
├── exception -> Exception Handler
├── helper -> Helper Common Function
├── model -> Application Model
│   └── domain Entity
│       └── dto Data Transfer Object
│   └── web Web API Response
├── repository -> Repository
└── service -> Service
├── .gitignore
├── README.MD
├── go.mod
├── go.sum
├── main.go Main Function

About

RESTFUL Starter Project using Gin Library

Resources

License

Stars

Watchers

Forks

Packages

No packages published