Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/awakelife93/gin-boilerplate

go api server (gin) boilerplate
https://github.com/awakelife93/gin-boilerplate

boilerplate gin go golang gorm mysql template

Last synced: about 1 month ago
JSON representation

go api server (gin) boilerplate

Awesome Lists containing this project

README

        

# Gin Boilerplate

## [Note]

### Description

```
1. Common preprocessing is handled by middleware. (src/lib/middleware)
2. When adding an api, please append to the apis variable. (src/lib/routes/route.go)
```

## Author

```
2022.09.04 ->
Author: Hyunwoo Park
```

## Getting Started

```
1. go run main.go
```

#