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

https://github.com/ca-lee-b/go-rest-boilerplate

Example/demo of a REST api in Golang with Echo
https://github.com/ca-lee-b/go-rest-boilerplate

go go-api go-echo go-examples go-rest-api rest-api

Last synced: 13 days ago
JSON representation

Example/demo of a REST api in Golang with Echo

Awesome Lists containing this project

README

          

# Golang REST Api Boilerplate

Book CRUD + Authentication w/ Sessions

### Dependencies

- [Echo](https://echo.labstack.com/)
- [GORM](https://gorm.io/)
- [uuid](https://github.com/google/uuid) & [bcrypt](https://pkg.go.dev/golang.org/x/crypto/bcrypt)