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.
- Host: GitHub
- URL: https://github.com/alimy/echo-music
- Owner: alimy
- License: apache-2.0
- Created: 2019-01-02T16:36:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T10:21:58.000Z (over 7 years ago)
- Last Synced: 2025-03-27T14:49:03.886Z (about 1 year ago)
- Topics: echo, go, http, sample-project, web
- Language: JavaScript
- Homepage:
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```