[MPL-2] music interface
Go to file
2024-01-25 23:39:41 +01:00
.island [RELEASE] new version 0.1.0 2024-01-19 22:49:48 +01:00
back [DEV] corrrect the desplay of the player overflow (and some redesign) 2024-01-25 23:37:36 +01:00
bdd [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
front [DEV] remove test replace 2024-01-25 23:39:41 +01:00
.checkstyle [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
.gitignore [DEV] initail code with karideo origin 2022-06-19 19:24:04 +02:00
.gitmodules [DEV] add common in submodule 2023-06-18 16:15:35 +02:00
docker-compose.yaml real basic player ... must be upgrade really soon... 2022-07-11 00:00:20 +02:00
Dockerfile [DEV] super update de generisation back et front ==> nearly stable 2022-12-16 00:58:21 +01:00
readme.md [DEV] super update de generisation back et front ==> nearly stable 2022-12-16 00:58:21 +01:00
version.txt [DEV] update dev tag version 2024-01-19 22:50:09 +01:00

Karideo

Kangaroo And Rabbit (m)usic is a simple framework to propose music streaming for personal network

Run and install:

so simple...

# start the Bdd interface (no big data > 50Mo)
cd bdd
docker-compose up -d
# start the REST API
cd back
docker-compose up -d
# start the front API
cd ../front
docker-compose up -d

build the local image:

docker pull archlinux:base-devel docker pull bellsoft/liberica-openjdk-alpine:latest

docker build -t gitea.atria-soft.org/kangaroo-and-rabbit/karusic:latest .

docker login gitea.atria-soft.org

docker push gitea.atria-soft.org/kangaroo-and-rabbit/karusic:latest

convert in an angular application: https://betterprogramming.pub/how-to-convert-your-angular-application-to-a-native-mobile-app-android-and-ios-c212b38976df