anfederico / flaskex

Simple flask example for quick prototypes and small applications
MIT License
827 stars 360 forks source link
application flask website

                            ![Python](https://img.shields.io/badge/python-v3.6-blue.svg) ![Dependencies](https://img.shields.io/badge/dependencies-up%20to%20date-brightgreen.svg) [![GitHub Issues](https://img.shields.io/github/issues/anfederico/flaskex.svg)](https://github.com/anfederico/flaskex/issues) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/ef2f8f65c67a4043a9362fa6fb4f487a)](https://www.codacy.com/app/RDCH106/Flaskex?utm_source=github.com&utm_medium=referral&utm_content=RDCH106/Flaskex&utm_campaign=Badge_Grade) [![Run on Repl.it](https://repl.it/badge/github/anfederico/Flaskex)](https://repl.it/github/anfederico/Flaskex)

## 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 ``` ## Contributing Please take a look at our [contributing](https://github.com/anfederico/Flaskex/blob/master/CONTRIBUTING.md) guidelines if you're interested in helping!