Golang: Introduction to REST APIs (Go programming language)
Ditulis pada: February 21, 2020
Golang: Introduction to REST APIs (Go programming language), Golang: Intro to RESTful APIs with Golang (Go programming language) & 1.5hr of React-Redux bonus content (frontend)
- Created byMike M
- English
- English [Auto-generated]
PREVIEW THIS COURSE - GET COUPON CODE
What you'll learn
- Create a model from Golang's struct type and a slice to add records to
- Create a router and register to it api endpoints and handler functions
- Build handler functions to do CRUD operations
- Create a Postgres database instance and a table to save records
- Establish a connection to the database and query the table for records as well as insert, update and delete individual records
- Build the handler functions to make queries to the database and perform CRUD operations on persistent data
- Make use of packages such as gorilla/mux, strconv, reflect a