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: 5 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-15T03:36:00.000Z (over 6 years ago)
- Last Synced: 2025-01-06T17:45:29.098Z (6 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

##### 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
```