All Projects → app-generator → Flask Paper Kit

app-generator / Flask Paper Kit

Licence: mit
Flask Boilerplate - Paper Kit Design | AppSeed

Projects that are alternatives of or similar to Flask Paper Kit

Fullstack Flask Vuejs Argon Design
Flask Vuejs - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 18 (-79.78%)
Mutual labels:  flask, open-source
Admin Dashboards
Admin Dashboards - Open-Source and Free | AppSeed
Stars: ✭ 275 (+208.99%)
Mutual labels:  flask, open-source
Bhagavadgita
A non-profit initiative to help spread the transcendental wisdom from the Bhagavad Gita to people around the world.
Stars: ✭ 84 (-5.62%)
Mutual labels:  flask, open-source
Healthcheck
Health Check ✔ is a Machine Learning Web Application made using Flask that can predict mainly three diseases i.e. Diabetes, Heart Disease, and Cancer.
Stars: ✭ 35 (-60.67%)
Mutual labels:  flask, open-source
Flask Todolist
exemplary flask application - small to-do list WebApp example
Stars: ✭ 85 (-4.49%)
Mutual labels:  flask
P32929.github.io
Second iteration of my portfolio - created using ReactJS, Material-UI, Overmind, etc
Stars: ✭ 84 (-5.62%)
Mutual labels:  open-source
Fccss
Computer Science SCHOOL resources
Stars: ✭ 84 (-5.62%)
Mutual labels:  flask
Terraformize
Apply\Destory Terraform modules via a simple REST API endpoint.
Stars: ✭ 84 (-5.62%)
Mutual labels:  flask
Aurdroid
Android AUR [Arch Linux user Repository] packages browser
Stars: ✭ 88 (-1.12%)
Mutual labels:  open-source
Surviving With Android
Source code related to the posts in the blog
Stars: ✭ 1,275 (+1332.58%)
Mutual labels:  open-source
Blogreworkpro
Rework the BlogRework, a SEO friendly SPA, build with flask, react, redux, mongodb...
Stars: ✭ 86 (-3.37%)
Mutual labels:  flask
Deep Learning Training Gui
Train and predict your model on pre-trained deep learning models through the GUI (web app). No more many parameters, no more data preprocessing.
Stars: ✭ 85 (-4.49%)
Mutual labels:  flask
Ccks2019 Task5
CCKS2019评测任务五-公众公司公告信息抽取,第3名
Stars: ✭ 87 (-2.25%)
Mutual labels:  flask
Kiftd
sky driver & cloud driver open source server application : kiftd . welcome to the home page: https://kohgylw.gitee.io/ to quick start——kiftd是一款专门面向个人、团队和小型组织的私有网盘系统。轻量、开源、完善。无论是在家庭、学校还是在办公室,您都能立刻开始使用它!了解更多请访问官方网站:
Stars: ✭ 1,259 (+1314.61%)
Mutual labels:  open-source
Job Web Demo
Python Web 实战项目,Flask + Jinja2 + Bootstrap 开发的招聘网站
Stars: ✭ 87 (-2.25%)
Mutual labels:  flask
Nodejs Starter
Nodejs Starter - Open-Source Javascript Boilerplate | AppSeed
Stars: ✭ 86 (-3.37%)
Mutual labels:  open-source
Startbootstrap Landing Page
A responsive, Bootstrap landing page template created by Start Bootstrap
Stars: ✭ 1,275 (+1332.58%)
Mutual labels:  open-source
Obofoundry.github.io
Metadata and website for the Open Bio Ontologies Foundry Ontology Registry
Stars: ✭ 85 (-4.49%)
Mutual labels:  open-source
Ios Demos
Examples of ios applications http://www.novoda.com/blog
Stars: ✭ 85 (-4.49%)
Mutual labels:  open-source
Cidram
CIDRAM: Classless Inter-Domain Routing Access Manager.
Stars: ✭ 86 (-3.37%)
Mutual labels:  open-source

Flask Paper Kit

Open-Source Web App coded in Flask Framework - Provided by AppSeed Web App Generator.

App Features:

  • SQLite database
  • SQLAlchemy ORM
  • Session-Based authentication flow (login, register)
  • UI Kit: Paper Kit by Creative-Tim

Want more? Go PRO!

PRO versions include Premium UI Kits, Lifetime updates and 24/7 LIVE Support (via Discord)

Flask Dashboard Material PRO Flask Dashboard Dashkit PRO Flask Dashboard Black PRO
Flask Dashboard Material PRO Flask Dashboard Dashkit PRO Flask Dashboard Black PRO


Flask Paper Kit - Open-Source Web App.


Build from sources

$ # Clone the sources
$ git clone https://github.com/app-generator/flask-paper-kit.git
$ cd flask-paper-kit
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv --no-site-packages env
$ source env/bin/activate
$
$ # Virtualenv modules installation (Windows based systems)
$ # virtualenv --no-site-packages env
$ # .\env\Scripts\activate
$ 
$ # Install requirements
$ pip3 install -r requirements.txt
$
$ # Set the FLASK_APP environment variable
$ (Unix/Mac) export FLASK_APP=run.py
$ (Windows) set FLASK_APP=run.py
$ (Powershell) $env:FLASK_APP = ".\run.py"
$
$ # Set up the DEBUG environment
$ # (Unix/Mac) export FLASK_ENV=development
$ # (Windows) set FLASK_ENV=development
$ # (Powershell) $env:FLASK_ENV = "development"
$
$ # Run the application
$ # --host=0.0.0.0 - expose the app on all network interfaces (default 127.0.0.1)
$ # --port=5000    - specify the app port (default 5000)  
$ flask run --host=0.0.0.0 --port=5000
$
$ # Access the app in browser: http://127.0.0.1:5000/

Support

  • Free support via eMail < support @ appseed.us > and Github issues tracker
  • 24/7 Live Support via Discord for paid plans and commercial products.

Credits & Links


License

@MIT



Flask Paper Kit - Provided by AppSeed Web App Generator.

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].