Skip to content

Commit fbdf5ef

Browse files
authored
Update readMe.md
1 parent 3b53608 commit fbdf5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readMe.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Build a RESTful CRUD API with Golang
22

3-
![Build a RESTful CRUD API with Golang](https://codevoweb.com/wp-content/uploads/2022/08/Build-a-RESTful-CRUD-API-with-Golang.webp)
4-
53
This article will teach you how to create a CRUD RESTful API in a Golang environment that runs on a Gin Gonic server and uses a PostgreSQL database. We’ll also discuss how you can build models, connect to the running SQL database server, and run database migrations with the GORM library.
64

5+
![Build a RESTful CRUD API with Golang](https://codevoweb.com/wp-content/uploads/2022/08/Build-a-RESTful-CRUD-API-with-Golang.webp)
6+
77
## Topics Covered
88

99
- What is a REST API

0 commit comments

Comments
 (0)