All Projects → lufficc → Flask_ishuhui

lufficc / Flask_ishuhui

Licence: mit
Comic reading website built by flask.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Flask ishuhui

Intro To Apis Flask
Starter repository for the Introductions to API course
Stars: ✭ 26 (-84.88%)
Mutual labels:  flask-application, flask
Flask Graphql
Adds GraphQL support to your Flask application.
Stars: ✭ 1,188 (+590.7%)
Mutual labels:  flask-application, flask
Plotlydash Flask Tutorial
📊📉Embed Plotly Dash into your Flask applications.
Stars: ✭ 265 (+54.07%)
Mutual labels:  flask-application, flask
Uwsgi Nginx Flask Docker
Docker image with uWSGI and Nginx for Flask applications in Python running in a single container. Optionally with Alpine Linux.
Stars: ✭ 2,607 (+1415.7%)
Mutual labels:  flask-application, flask
Yublog
Person blog powered by flask.
Stars: ✭ 164 (-4.65%)
Mutual labels:  flask-application, flask
Python Dependency Injector
Dependency injection framework for Python
Stars: ✭ 1,203 (+599.42%)
Mutual labels:  flask-application, flask
Cancer Donation Portal Python Flask App
Flask App for Cancer Donation Portal using basic Python, SQLite3, HTML, CSS and Javascript
Stars: ✭ 32 (-81.4%)
Mutual labels:  flask-application, flask
Pyxtermjs
A fully functional terminal in your browser.
Stars: ✭ 127 (-26.16%)
Mutual labels:  flask-application, flask
Flask Rest Template
template for a rest app with flask, flask-rest and more...
Stars: ✭ 95 (-44.77%)
Mutual labels:  flask-application, flask
Apps
Carson Sievert's web applications
Stars: ✭ 77 (-55.23%)
Mutual labels:  flask-application, flask
Jiosaavnapi
An unofficial API for JioSaavn written in Python 3
Stars: ✭ 123 (-28.49%)
Mutual labels:  flask-application, flask
Appkernel
API development made easy: a smart Python 3 API framework
Stars: ✭ 152 (-11.63%)
Mutual labels:  flask-application, flask
Flask Blueprint Tutorial
📘 📦 Structure your Flask apps in a scalable and intelligent way using Blueprints.
Stars: ✭ 162 (-5.81%)
Mutual labels:  flask
Vue Admin Flask Example
vue-admin和后端(flask)分离结合的超简单模板Demo
Stars: ✭ 165 (-4.07%)
Mutual labels:  flask
Flask Restless Security
Concise skeleton for development of Flask, Flask-Restless, SQLAlchemy, JWT based REST APIs.
Stars: ✭ 159 (-7.56%)
Mutual labels:  flask
Awesome Python
파이썬에 대한 간단한 튜토리얼 + 파이썬에 관한 예제 모아두기
Stars: ✭ 158 (-8.14%)
Mutual labels:  flask
Flask Diamond
💎 Flask-Diamond is a batteries-included Flask framework.
Stars: ✭ 170 (-1.16%)
Mutual labels:  flask
Flusk
Boilerplate API on how to structure big Flask applications (includes SQLAlchemy, Docker, nginx)
Stars: ✭ 165 (-4.07%)
Mutual labels:  flask
Codenames
Stars: ✭ 159 (-7.56%)
Mutual labels:  flask
Dash Flask Login
Implementation of Flask-login on top of Dash.
Stars: ✭ 158 (-8.14%)
Mutual labels:  flask

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].