wpcodevo / golang-postgresql-apiLinks
This article will teach you how to set up a SQLC API project with Golang, standard Database/SQL package, Gin Gonic, PostgreSQL, Golang-migrate, and Docker-compose. You will also learn how to generate Golang database CRUD functions and Structs with the SQLC compiler. The SQLC Golang API will use a PostgreSQL database and run on the Gin Gonic HTTP…
☆40Updated 3 years ago
Alternatives and similar repositories for golang-postgresql-api
Users that are interested in golang-postgresql-api are comparing it to the libraries listed below
Sorting:
- In this comprehensive guide, you will learn how to secure a Golang RESTful API with JSON Web Tokens and Email verification.☆141Updated last year
- In this article, you'll learn how to implement JWT access and refresh tokens with gRPC using Golang, MongoDB-Go-driver, Gomail, Docker, a…☆174Updated last year
- Golang Clean Architecture Example☆68Updated 2 months ago
- A great starting point for building RESTful APIs in Go using Gin framework, and sqlx for connecting to a PostgreSQL database. The impleme…☆149Updated 2 years ago
- implementation clean architecture with SOLID Principles☆296Updated 3 months ago
- Golang code boilerplate inspired by clean architecture☆301Updated 2 years ago
- ☆165Updated 4 years ago
- GoLang, GORM & Gin CRUD Example☆104Updated 6 years ago
- Basic E-commerce Web App built with GO☆127Updated last year
- Template create for use as CookieCutter for my Golang projects, I decided to create a template with everything already working. 🚀☆103Updated 2 years ago
- Golang API Starter Kit based by Echo☆336Updated 2 weeks ago
- 📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers.☆398Updated 2 months ago
- Clean Architecture Golang Example (kinda)☆256Updated 3 years ago
- This project was created to learn golang with go fiber framework☆116Updated 2 years ago
- Template for REST API made with Golang using Gin framework, PostgreSQL database, JWT authentication, Redis cache and MongoDB for logging☆212Updated this week
- E-Commerce backend system via Golang and Postgres☆344Updated last year
- A Golang restful API boilerplate based on Echo framework v4. Includes tools for module generation, db migration, authorization, modular, …