/flasksec

Python Flask basic app with security best practices

Primary LanguagePython

FlaskSec

Demo project for security focused Flask demo application and best practices

Install

$ pip install -r requirements.txt

Dev Environment Setup

$ export FLASK_APP=server.py
$ export FLASK_DEBUG=1

Run the project

$ flask run

🚧 WORK IN PROGRESS 🚧