Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitde04ac8

Browse files
authored
Update readMe.md
1 parent1d07c9b commitde04ac8

File tree

1 file changed

+26
-6
lines changed

1 file changed

+26
-6
lines changed

‎readMe.md

Lines changed: 26 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,30 @@
1-
#API withGolang, PostgreSQL, SQLC, Docker & Gin Gonic
1+
#Golang CRUD RESTful API with SQLC and PostgreSQL
22

3-
###1. API with Golang, PostgreSQL, SQLC & Gin Gonic: Project Setup
4-
[API with Golang, PostgreSQL, SQLC & Gin Gonic: Project Setup](https://codevoweb.com/api-golang-postgresql-sqlc-gin-gonic-project-setup)
3+
![Golang CRUD RESTful API with SQLC and PostgreSQL](https://codevoweb.com/wp-content/uploads/2022/09/Golang-CRUD-RESTful-API-with-SQLC-and-PostgreSQL.webp)
54

6-
###2. Build Golang & PostgreSQL API: JWT Access and Refresh Tokens
7-
[Build Golang & PostgreSQL API: JWT Access and Refresh Tokens](https://codevoweb.com/golang-postgresql-api-access-and-refresh-tokens)
5+
This article will teach you how to build a CRUD RESTful API in Golang that runs on a Gonic Gonic framework and uses a PostgreSQL database. Also, you will learn how to generate the CRUD Functions and Structs with SQLC. We will run the database migration with the Golang migrate library.
6+
7+
##Topics Covered
8+
9+
- Setup and Run PostgreSQL with Docker and Docker-compose
10+
- Setup and Run Database Migration in Golang
11+
- Generate the CRUD Functions and Structs with SQLC
12+
- Load the Environment Variables with Viper
13+
- Create Custom Structs to Validate the Request Body
14+
- Create the Gin Gonic Route Controllers
15+
- Create the Gin Gonic Routes
16+
- Add the Routes to the Middleware Pipeline
17+
- Test the SQLC + Golang CRUD API with Postman
18+
19+
Read the entire article here:[https://codevoweb.com/golang-crud-restful-api-with-sqlc-and-postgresql](https://codevoweb.com/golang-crud-restful-api-with-sqlc-and-postgresql)
20+
21+
Articles in this series:
22+
23+
###1. How to Setup SQLC CRUD API with Golang and Gin Gonic
24+
[How to Setup SQLC CRUD API with Golang and Gin Gonic](https://codevoweb.com/api-golang-postgresql-sqlc-gin-gonic-project-setup)
25+
26+
###2. Golang, SQLC, and PostgreSQL: JWT Access & Refresh Tokens
27+
[Golang, SQLC, and PostgreSQL: JWT Access & Refresh Tokens](https://codevoweb.com/golang-postgresql-api-access-and-refresh-tokens)
828

929
###3. Golang CRUD RESTful API with SQLC and PostgreSQL
10-
[Golang CRUD RESTful API with SQLC and PostgreSQL](https://codevoweb.com/golang-crud-restful-api-with-sqlc-and-postgresql)
30+
[Golang CRUD RESTful API with SQLC and PostgreSQL](https://codevoweb.com/golang-crud-restful-api-with-sqlc-and-postgresql)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp