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

Latest commit

 

History

History
37 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.09 KB

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