This is only a REST API, it will handle all calls from the diferent apps and notify the queue when a chapter is uploaded.
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
.
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 © 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.
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