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

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

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

```