This is an example of a golang project Folder description: -> controllers This folder is responsible for handling application activity traffic via the HTTP protocol. The main task is to read the request and provide a response to the user. -> models This folder is in charge of defining the data arrangement of the information to be stored in the database. In addition, this section is also used to perform the process of reading and writing data on the database.
Download some of these tools, okay?
VSCode for writing coding
Golang is VERY MANDATORY!!
Postman to try your coding
Let's start:
Download this repository. (You can click here or use the clone mechanism)
Open the project folder in VSCode
Run the program
go run main.go
Try accessing via Postman