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
- Host: GitHub
- URL: https://github.com/ca-lee-b/go-rest-boilerplate
- Owner: ca-lee-b
- Created: 2023-11-01T04:21:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-04T04:20:09.000Z (over 2 years ago)
- Last Synced: 2024-06-19T16:38:42.094Z (almost 2 years ago)
- Topics: go, go-api, go-echo, go-examples, go-rest-api, rest-api
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)