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
- Host: GitHub
- URL: https://github.com/babedev/gorem
- Owner: babedev
- Created: 2017-04-09T07:17:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T05:20:27.000Z (about 9 years ago)
- Last Synced: 2025-02-09T09:41:33.904Z (over 1 year ago)
- Topics: go, prototyping, rest
- Language: Go
- Homepage: https://gorem.herokuapp.com
- Size: 789 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```