Full-stack web application to track newly added manga
Note
Brief: Downloading Manga Images and Converting them to PDF
All contributions are very welcome! TODO
Start this project
docker -v # Docker version 27.5.1, build 9f9e405 python -V # Python 3.12.3
docker compose up --build -d
Run CLI without WebUI
cd backend python3 -m venv .venv source .venv/bin/activate pip install -r requirements.txt
python cli.py -h