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
- Host: GitHub
- URL: https://github.com/nicknaskida/gotrim
- Owner: NickNaskida
- License: mit
- Created: 2024-01-20T09:47:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-04T17:12:38.000Z (over 2 years ago)
- Last Synced: 2024-11-14T14:42:39.383Z (over 1 year ago)
- Topics: gin, gin-gonic, golang
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.