Skip to content

Manga2Kindle/server-api

Repository files navigation

manga2kindle_logo

Manga2Kindle API

TODO: Known Issues, Issues, new features, dependencies, configuration, installation

Description

This is only a REST API, it will handle all calls from the diferent apps and notify the queue when a chapter is uploaded.

Usage

Set your .env before launching it and run.
You can check the swagger docs under localhost:8083/docs, you can also edit this from the .env.

Donations

If you really liked it and feel like I deserve some money, you can buy me a coffee and I'll continue transforming caffeine into code!

Copyright

Copyright © 2019 Eduardo Fernandez.

Manga2Kindle API is released under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License; see LICENSE for further details.


An awesome project based on Ts.ED framework

See Ts.ED project for more information.

Build setup

Important! Ts.ED requires Node >= 10, Express >= 4 and TypeScript >= 3.

# install dependencies
$ yarn install

# serve
$ yarn start

# build for production
$ yarn build
$ yarn start:prod