Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keda87/gin-rest-api-demo
Simple REST API using Go and Gin Framework
https://github.com/keda87/gin-rest-api-demo
gin golang rest-api restful-api
Last synced: 20 days ago
JSON representation
Simple REST API using Go and Gin Framework
- Host: GitHub
- URL: https://github.com/keda87/gin-rest-api-demo
- Owner: Keda87
- Created: 2019-03-15T02:31:12.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T03:36:00.000Z (almost 6 years ago)
- Last Synced: 2024-11-17T07:07:23.813Z (2 months ago)
- Topics: gin, golang, rest-api, restful-api
- Language: Go
- Size: 115 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### ER Schema
![ER Schema](erd.png)
##### Run the project.
```
$ docker-compose up # port 80
```
or
```
# Installing dependencies.
$ go get github.com/gin-gonic/gin
$ go get github.com/jmoiron/sqlx
$ go get github.com/mattn/go-sqlite3$ go run main.go # port 8080
```