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

https://github.com/babedev/gorem

REST API for prototyping
https://github.com/babedev/gorem

go prototyping rest

Last synced: over 1 year ago
JSON representation

REST API for prototyping

Awesome Lists containing this project

README

          

# Gorem
REST API for prototyping

## Dependencies
```
$ go get gopkg.in/gin-gonic/gin.v1
```

## Installation
```
$ cd $GOPATH/src
$ git clone https://github.com/babedev/Gorem.git github.com/babedev/gorem
```

## Run web server
```
$ go run main.go
```