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

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

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

echo go http sample-project web

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

# EchoMusic
Just a sample code use [Echo](https://github.com/labstack/echo) 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/echo-music
$ cd echo-music
$ make serve
$ ./echo-music serve # if success you can browser site in http://:8080/static/
```

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