An open API service indexing awesome lists of open source software.

https://github.com/nicknaskida/gotrim

Url shortener written in Go
https://github.com/nicknaskida/gotrim

gin gin-gonic golang

Last synced: 6 months ago
JSON representation

Url shortener written in Go

Awesome Lists containing this project

README

          

# GoTrim

A simple web API service for shortening URLs written in Go and Gin.

### Prerequisites

- Go 1.20 or later

### Installation
1. Clone the repository
```sh
git clone https://github.com/NickNaskida/GoTrim.git
```
2. Build the project
```sh
go build
```
3. Run the project
```sh
./GoTrim
```

### Development
#### Running the tests
```sh
go test -v ./tests
```

#### Building the project
```sh
go build
```

### Built With
- [Go](https://golang.org/)
- [Gin](https://gin-gonic.com/)

### License
GoTrim is licensed under the [MIT License](LICENSE), making it open and accessible for anyone to use and modify.