Files
kodi-api-server/README.md
T
Jurgis Sakalauskas 16ac4984ba update readme
2023-08-04 16:17:57 +03:00

998 B

An API server for personal KODI plugin.

Description

A rewrite attempt from "vanilla" node.js into framework based (Nest.js).

Running the app

$ cp .env.example .env

# edit .env file to match your environment
# make sure all folders exists

# start docker containers
$ docker-compose up -d

visit http://localhost:3000/if (or whatever port you have provided in .env file) kodi plugin should be able to connect to this server with the following settings:

Migrations (run inside docker container)

# enter docker container
docker exec -it kodi-api-server_server_1 bash

# create migration
$ npm run typeorm:create-migration -name=CreateFilesTable

# run migration
$ npm run typeorm:run-migrations

Test

this app is not tested 😞

License

No licence