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

https://github.com/nicknaskida/gorder

gRPC order microservice written in Go
https://github.com/nicknaskida/gorder

Last synced: 6 months ago
JSON representation

gRPC order microservice written in Go

Awesome Lists containing this project

README

          

# GoOrder

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/Gorder.git
```
2. Build the project
```sh
go build cmd/Gorder/main.go
```
3. Run the executable

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