Flaskex: Simple flask example for quick prototypes and small applications

in #programming7 years ago

Free and open source project written in Python. Enjoy :)

Features

  • Encrypted user authorizaton
  • Database initialization
  • New user signup
  • User login/logout
  • User settings
  • Modern user interface
  • Bulma framework
  • Limited custom css/js
  • Easily customizable

Setup

git clone https://github.com/anfederico/Flaskex
cd Flaskex
pip install -r requirements.txt
python app.py

Sort:  

no idea what Flask is, caer to enlighten me ?

In ay case, thanks for sharing it here. who knows, maybe I can use it for something :)

No problem! Flask is a web-framework library written in Python and serves as the backend for small web applications. Flaskex (this project) is basically starter code for people who want to quickly get a website up a running but don't want to reinvent the wheel when it comes to things like user signups, security/hashing, user login/logout, databasing etc.

K, sounds pretty interesting.

I'm going to work through FreeCodeCamp's curriculum on web design this summer, so maybe I can experiment with this at some point :)