Skip to content

aintp3d0/myreadingmanga.info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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