#MiniWaveMe
##Introduction
This is a personnal Spotify/Deezer like, implemented in golang. Currently under development
Next steps:
##Installation
This project is easily usable through docker:
$ make cmp-pull # update/download containers
$ make cmp-up # run containers
$ make api-run # run the api
$ make api-run-command COMMAND="script_name" #run a bash script of bin directory
$ make api-run-go-command COMMAND="golang_script_name" #run a golang script of bin directory
# Some other commands are available, type this to see them
$ make help
##Commands
###Available golang commands:
create_master_key
: Create the first app key (a key is necessary to create an app key)
$ make api-run-go-command COMMAND="create_master_key"
app_key: 1fe50f00-fcc0-4aa5-9d76-35bf215e92ad | app_secret: 89c685e5-aa97-4dfc-8391-1a8f6aee3d9c
###Available bash commands:
Not yet
##Documentation
###API Documentation
Find the API documentation here
##Authors
##License
MiniWaveMe is released under the MIT License. See LICENSE file for details.