https://github.com/sgevorg/go-rest-api
A REST API written in go
https://github.com/sgevorg/go-rest-api
docker golang rest-api
Last synced: 2 months ago
JSON representation
A REST API written in go
- Host: GitHub
- URL: https://github.com/sgevorg/go-rest-api
- Owner: SGevorg
- Created: 2018-08-10T21:45:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-13T05:55:00.000Z (almost 8 years ago)
- Last Synced: 2025-07-01T14:09:09.036Z (about 1 year ago)
- Topics: docker, golang, rest-api
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Basic Go REST API
An implementation of a basic Go REST API
## Usage
### Build
```bash
cd /path_to_forked_repo/go-rest-api
./ops/build.sh
```
### Run
```bash
cd /path_to_forked_repo/go-rest-api
./ops/start.sh
```