A simple web API service for shortening URLs written in Go and Gin.
- Go 1.20 or later
- Clone the repository
git clone https://github.com/NickNaskida/GoTrim.git
- Build the project
go build
- Run the project
./GoTrim
go test -v ./tests
go build
GoTrim is licensed under the MIT License, making it open and accessible for anyone to use and modify.