All Projects → app-generator → flask-boilerplate-flaskplay

app-generator / flask-boilerplate-flaskplay

Licence: other
FlaskPlay Boilerplate - Open-Source Web App coded in Flask | AppSeed

Programming Languages

CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to flask-boilerplate-flaskplay

flask-illustrations-iradesign
Flask App - Illustrations by IraDesign | AppSeed
Stars: ✭ 23 (+35.29%)
Mutual labels:  flask-application, appseed, web-app-generator
django-neumorphism-uikit
Django Web App - Neumorphism UI Kit | AppSeed
Stars: ✭ 19 (+11.76%)
Mutual labels:  appseed, web-app-generator
flask-dashboard-tabler
Flask Dashboard - Tabler Design | AppSeed
Stars: ✭ 19 (+11.76%)
Mutual labels:  appseed, web-app-generator
flask-dashboard-modular-admin
Flask Dashboard - Modular Admin Design | AppSeed
Stars: ✭ 53 (+211.76%)
Mutual labels:  appseed, web-app-generator
static-site
Static Sites - Open-Source and Paid | AppSeed App Generator
Stars: ✭ 17 (+0%)
Mutual labels:  appseed, web-app-generator
tailwind-css-components
Tailwind CSS Components - Free and Open-Source Tailwind Components | AppSeed
Stars: ✭ 56 (+229.41%)
Mutual labels:  appseed, web-app-generator
jamstack
JAMstack - Paid and Open-Source Boilerplate code | AppSeed
Stars: ✭ 44 (+158.82%)
Mutual labels:  appseed, web-app-generator
username-availability-checker
Live at : https://username-check.herokuapp.com/
Stars: ✭ 84 (+394.12%)
Mutual labels:  flask-application
flask-admin-boilerplate
Flask Admin Boilerplate with MongoDB
Stars: ✭ 63 (+270.59%)
Mutual labels:  flask-application
flask-boilerplate
Flask Boilerplate - Built with Automation Tools | AppSeed App Generator
Stars: ✭ 16 (-5.88%)
Mutual labels:  appseed
restaurant-finder-featureReviews
Build a Flask web application to help users retrieve key restaurant information and feature-based reviews (generated by applying market-basket model – Apriori algorithm and NLP on user reviews).
Stars: ✭ 21 (+23.53%)
Mutual labels:  flask-application
flask-adminkit
Flask Dashboard - AdminKit Bootstrap 5 | AppSeed
Stars: ✭ 14 (-17.65%)
Mutual labels:  appseed
django-gradient-able
Gradient Able - Open-Source Django Dashboard | AppSeed
Stars: ✭ 22 (+29.41%)
Mutual labels:  appseed
codechef-rank-comparator
Web application hosted on Heroku cloud platform based on web scraping in python using lxml library (XML Path Language).
Stars: ✭ 23 (+35.29%)
Mutual labels:  flask-application
Monica
Chat Bot for finding places to eat.
Stars: ✭ 17 (+0%)
Mutual labels:  flask-application
django-corona-dark
Django Dashboard - Corona Dark | AppSeed
Stars: ✭ 20 (+17.65%)
Mutual labels:  appseed
django-adminkit
Django Dashboard - AdminKit Bootstrap 5 | AppSeed
Stars: ✭ 14 (-17.65%)
Mutual labels:  appseed
jinja-soft-ui-design
Soft UI Design System - Jinja Template | AppSeed
Stars: ✭ 12 (-29.41%)
Mutual labels:  appseed
Bank-Note-Authentication
💸 Authenticate Bank Notes on the basis of Genuity and Forged using Sklearn and deployed on Heroku and FastAPI Server 💳 💲
Stars: ✭ 17 (+0%)
Mutual labels:  flask-application
flask heroku example
How to deploy a Flask application using Heroku
Stars: ✭ 34 (+100%)
Mutual labels:  flask-application

Flaskplay Boilerplate

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: Phantom by Html5UP

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-boilerplate-flaskplay.git
$ cd flask-boilerplate-flaskplay
$
$ # 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



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