/app-server

App server for tallerify, a homemade song player for Android

Primary LanguageC++

Tallerify's app server

App server for tallerify in C++, using mongoose and mongodb

branch Travis CI Coveralls
master Build Status Coverage Status
develop Build Status Coverage Status

Docs

You can find the docs by opening doc/index.html with your favorite browser

To get the HEAD version of them you need doxygen and sphinx. Then run

doxygen
sphinx-build . doc/ 

Running

To run you only need docker

docker-compose up --build

API

See the wiki for api references