Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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