Skip to content

app-generator/flask-argon-design-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open-Source Web App coded in Flask Framework on top of Argon Design System design (free version) - Provided by AppSeed Web App Generator.

App Features:

  • UI-Ready, SQLite database
  • SQLAlchemy ORM
  • Session-Based authentication flow (login, register)
  • Forms validation
  • UI Kit: Argon Design System (Free version) provided by Creative-Tim
  • MIT License
  • Support: Free support via Github and (Paid) 24/7 LIVE Support via Discord

App Links


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 Argon Design - Open-Source Web App.


Build from sources

$ # Clone the sources
$ git clone https://github.com/app-generator/flask-argon-design-system.git
$ cd flask-argon-design-system
$
$ # 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/

Credits & Links


Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.


Free and open-source design system for Bootstrap4 - Argon Design System is built with over 100 individual components, giving you the freedom of choosing and combining. All components can take variations in color, that you can easily modify using SASS files. Start your development with a Design System for Bootstrap 4. It is open-source, free and it features many components that can help you create amazing websites - provided by Creative-Tim.



Flask App - Argon Design - Provided by AppSeed Web App Generator.