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: about 1 month ago
JSON representation
A sample golang project use Gin as engine provide music information service.
- Host: GitHub
- URL: https://github.com/alimy/gin-music
- Owner: alimy
- License: apache-2.0
- Created: 2018-12-26T00:06:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T09:09:58.000Z (over 7 years ago)
- Last Synced: 2025-02-01T18:43:27.847Z (over 1 year ago)
- Topics: gin, go, music, sample-project, web
- Language: JavaScript
- Homepage:
- Size: 13.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

* List Mode

* OpenApi of music
