A simple web application built using the Go programming language in our ITCS 4102/5102 class.
Check out the deployed Go website here on Render!
- First make sure to navigate to the "sample" directory in order to execute the next commands.
- Download with
go mod download
- Build with
go build .
- Run with
go run main.go
or using the binary exe./main.exe
- Open up the browser and run a loopback address on the port 3000,
"127.0.0.1:3000"
orlocalhost:3000
.
https://trello.com/invite/b/6uKQkd6s/ATTI89b47315a875a4f8d5c9e232eacc99a44B7977C5/golang-project