Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bquenin/go-modern-rest-api-tutorial
This is the code used in the Modern REST API with Go and PostgreSQL blog series
https://github.com/bquenin/go-modern-rest-api-tutorial
docker docker-compose gin gin-gonic go postgresql rest rest-api restful-api sqlc test viper
Last synced: 3 months ago
JSON representation
This is the code used in the Modern REST API with Go and PostgreSQL blog series
- Host: GitHub
- URL: https://github.com/bquenin/go-modern-rest-api-tutorial
- Owner: bquenin
- License: cc0-1.0
- Created: 2022-07-01T05:38:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T01:10:15.000Z (over 1 year ago)
- Last Synced: 2024-10-01T01:01:37.875Z (4 months ago)
- Topics: docker, docker-compose, gin, gin-gonic, go, postgresql, rest, rest-api, restful-api, sqlc, test, viper
- Language: Go
- Homepage: https://betterprogramming.pub/modern-rest-api-with-go-and-postgresql-c765d571b9e7
- Size: 35.2 KB
- Stars: 33
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Modern REST API with Go and PostgreSQL
This is the code used in the **Modern REST API with Go and PostgreSQL** blog series:
- [Part 1: SQL First Data Model with sqlc](https://medium.com/@bquenin/modern-rest-api-with-go-and-postgresql-c765d571b9e7)
- [Part 2: REST API with Gin](https://medium.com/@bquenin/modern-rest-api-with-go-and-postgresql-39b0e966534a)
- [Part 3: Configuration with Viper](https://medium.com/@bquenin/modern-rest-api-with-go-and-postgresql-1d48767a813)
- [Part 4: Running as a Docker container](https://medium.com/@bquenin/modern-rest-api-with-go-and-postgresql-e0070aa1b383)
- [Part 5: Containerized tests with Docker Compose](https://medium.com/@bquenin/modern-rest-api-with-go-and-postgresql-7c916ce2816a)