Skip to content
This repository was archived by the owner on May 5, 2020. It is now read-only.

lufficc/flask_ishuhui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ishuhui!

Ishuhui

A flask project built for learning. Responsive waterfalls flow by Masonry and real time search by List.js.

Features

  • Clear project structure.
  • Controllers, logger, scheduler, extensions, models, tasks etc.
  • Front end build with Bootstrap4, List.js, Magnific Popup, Masonry, MDUI, and imagesLoaded.
  • Add login.
  • Message flash.
  • Using celery to load data asynchronously (Optional), with a progress dashboard.

Dependencies

  • flask_sqlalchemy
  • flask_login
  • celery

Usage

  1. git clone https://github.com/lufficc/flask_ishuhui.git
  2. cd flask_ishuhui
  3. python run.py
  4. Open localhost:5000
  5. Login using username and password.
  6. Set ENABLE_CELERY to True if you want to use celery.
  7. Start celery by celery -A ishuhui.tasks.celery_task.celery worker -B -E in flask_ishuhui folde(same folder as run.py).

NOTE: username and password are defined in env.py

More screenshots

Latest Latest One Piece One Piece Mange Mange Dashboard

License

Licensed under the MIT License.

About

Comic reading website built by flask.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published