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

https://github.com/tony-go/go-api-starter

Golang api boilerplate using Gin and Gorm
https://github.com/tony-go/go-api-starter

api gin golang gorm

Last synced: 3 months ago
JSON representation

Golang api boilerplate using Gin and Gorm

Awesome Lists containing this project

README

        

# GOLANG API STARTER

## Start Server

```
go run main.go
```

Happy hacking !