Files
kodi-api-server/README.md
T
2023-07-07 16:12:29 +03:00

616 B

An API server for personal KODI plugin.

Description

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

License

No licence

Migrations

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

# run migration
$ npm run typeorm:run-migrations

Below are left from nest readme

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

this app is not tested 😞