Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edbeer/restapi
RESTApi
https://github.com/edbeer/restapi
docker echo-framework golang postgres redis
Last synced: about 12 hours ago
JSON representation
RESTApi
- Host: GitHub
- URL: https://github.com/edbeer/restapi
- Owner: Edbeer
- License: mit
- Created: 2022-06-09T20:46:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-24T20:31:20.000Z (about 2 years ago)
- Last Synced: 2024-11-15T08:23:07.179Z (5 days ago)
- Topics: docker, echo-framework, golang, postgres, redis
- Language: Go
- Homepage:
- Size: 54.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Golang Clean Architecture REST API example
#### Full list what has been used:
* [echo](https://github.com/labstack/echo) - Web framework
* [sqlx](https://github.com/jmoiron/sqlx) - Extensions to database/sql.
* [pgx](https://github.com/jackc/pgx) - PostgreSQL driver and toolkit for Go
* [go-redis](https://github.com/go-redis/redis) - Type-safe Redis client for Golang
* [validator](https://github.com/go-playground/validator) - Go Struct and Field validation
* [jwt-go](https://github.com/dgrijalva/jwt-go) - JSON Web Tokens (JWT)
* [uuid](https://github.com/google/uuid) - UUID
* [migrate](https://github.com/golang-migrate/migrate) - Database migrations. CLI and Golang library.
* [swag](https://github.com/swaggo/swag) - Swagger
* [testify](https://github.com/stretchr/testify) - Testing toolkit
* [gomock](https://github.com/golang/mock) - Mocking framework
* [CompileDaemon](https://github.com/githubnemo/CompileDaemon) - Compile daemon for Go
* [Docker](https://www.docker.com/) - Docker