Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alimy/gin-music

A sample golang project use Gin as engine provide music information service.
https://github.com/alimy/gin-music

gin go music sample-project web

Last synced: 5 days ago
JSON representation

A sample golang project use Gin as engine provide music information service.

Awesome Lists containing this project

README

        

# GinMusic
Just a sample code use [Gin](https://github.com/gin-gonic/gin) provide sample music info.
This project is inspiration like [spring-music](https://github.com/cloudfoundry-samples/spring-music)

### Usage
```bash
$ git clone https://github.com/alimy/gin-music
$ cd gin-music
$ make serve # visit in browser http://localhost:8013/
```

### OpenApi documents
```bash
$ make api # if success you can browser api document in http://:8080
```

### Screen Shot
* Card Mode
![screenshot_index_c](https://raw.githubusercontent.com/alimy/mir-music/master/docs/pictures/screenshot_index_c.png)

* List Mode
![screenshot_index_l](https://raw.githubusercontent.com/alimy/mir-music/master/docs/pictures/screenshot_index_l.png)

* OpenApi of music
![screenshot_openapi](https://raw.githubusercontent.com/alimy/mir-music/master/docs/pictures/screenshot_openapi.png)