- Go to directory ./cmd
- Execute these commands inside the cmd directory:
go get github.com/lib/pq
go get github.com/gorilla/mux
go mod tidy
- Go to directory ./cmd
- Execute these commands to start the application:
go run main.go
- Application will start and run on port: 8080.