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
- Host: GitHub
- URL: https://github.com/nicknaskida/gorder
- Owner: NickNaskida
- License: mit
- Created: 2024-02-14T07:35:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T09:14:09.000Z (over 2 years ago)
- Last Synced: 2024-06-21T15:22:12.461Z (about 2 years ago)
- Language: Go
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.