Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)