Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Cloud-Player/api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a87d101 · Jun 16, 2018
Jun 16, 2018
Mar 30, 2018
Mar 30, 2018
Jun 16, 2018
Mar 17, 2018
Mar 11, 2018
Jun 16, 2018
Jun 16, 2018
Dec 12, 2017
Nov 20, 2017
Mar 30, 2018
Mar 30, 2018
Mar 30, 2018
Jun 16, 2018
Apr 28, 2018
Mar 30, 2018
Apr 28, 2018
Jan 11, 2018
Mar 11, 2018
Jun 16, 2018
Mar 30, 2018

Repository files navigation

Build Status Openapi Documentation Asyncapi Documentation Code Coverage Python 3.6

Cloud Player API

This repository contains the REST and ASYNC backend API for the Cloud-Player web and desktop applications. It is build using the tornado framework and integrates a PostgreSQL database over SQLAlchemy. The pub/sub system is implemented with Redis. There is a continuous testing and deployment toolchain setup with travis and AWS.

require

python==3.6
pip>=9
npm>=3.5
postgresql>=10
redis>=3

install

make

develop

bin/api

test

bin/test