/go-rest-api-postgres

Go REST API with Postgres database

Primary LanguageGo

Go REST API

Start the module

go mod init <repository>/<module>

Run the application

go run *.go

Install a package

go get -u github.com/gorilla/mux