1 min readFeb 9, 2019
Hello Jonathan, sorry for the delay in answering you.
You can run it by using “go run main.go app.go model.go” or even building and running it with “go build && ./GoApiTutorial”. It will run on port 8080. Then you can use Postman as you usually use for other requests.
If you’re not familiar with Postman yet, I would suggest you use Insomnia, since it is easier, in my opinion.