Skip to content

Implemented Varun Ramachandran's Manga Cleaner service into the flask framework

Notifications You must be signed in to change notification settings

RaynerKristanto/MangaCleanerFlaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga Cleaner Flask App

This project involved converting Varun Ramachandran's Manga Cleaner service into a web application. Flask was used as the web framework. Varun's service can be found with the following link: https://github.com/R-Varun/MangaCleaner2.0

In order to run this locally, use the following tutorial to run a Virtual Environment(venv) and install flask on it from the console. https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

Then run the following lines in the venv: export FLASK_APP=MangaCleanerFlaskApp flask run

Going to http://127.0.0.1:5000/ should bring you to the webpage.

In order to deactivate the venv, run the following on the console: deactivate

About

Implemented Varun Ramachandran's Manga Cleaner service into the flask framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published