Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alimy/mir-music
A sample code use Mir and Gin provide sample music information service.
https://github.com/alimy/mir-music
gin go go-mir sample web
Last synced: 2 months ago
JSON representation
A sample code use Mir and Gin provide sample music information service.
- Host: GitHub
- URL: https://github.com/alimy/mir-music
- Owner: alimy
- License: apache-2.0
- Created: 2019-01-12T13:28:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T20:24:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T09:07:18.910Z (3 months ago)
- Topics: gin, go, go-mir, sample, web
- Language: Go
- Homepage:
- Size: 3.35 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MirMusic
Just a sample code use [Mir](https://github.com/alimy/mir) and [Gin](http://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/mir-music
$ cd mir-music
$ make serve # visit in browser http://localhost:8013/
```### OpenApi documents
```bash
$ make api # if success you can browser api document in http://localhost: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)