Webserver written in golang
Find a file
2024-10-09 15:54:06 -07:00
.gitignore first commit 2024-10-09 15:06:51 -07:00
go.mod first commit 2024-10-09 15:06:51 -07:00
go.sum first commit 2024-10-09 15:06:51 -07:00
main.go added post method to add new albums, and new get method to get album by specific id 2024-10-09 15:54:06 -07:00
README.md Create README.md 2024-10-09 15:10:31 -07:00

Creating a mini CLI tool that takes http requests that returns back music albums, utilizing gin web framework: https://pkg.go.dev/github.com/gin-gonic/gin#section-readme