|
1 | 1 | #Build a RESTful CRUD API with Golang
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 | 3 | 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.
|
6 | 4 |
|
| 5 | + |
| 6 | + |
7 | 7 | ##Topics Covered
|
8 | 8 |
|
9 | 9 | - What is a REST API
|
|