/Flaskex

Simple flask example for quick prototypes and small applications

Primary LanguagePython

Flaskex

Python

Features

  • Encrypted user authorizaton
  • Database initialization
  • Login/logout
  • User settings
  • Modern UI
  • No CSS/JS dependencies
  • Easily customizable

Setup

cd <directory>
git clone https://github.com/anfederico/Flaskex (or manually download)
pip install -r requirements.txt
python app.py