Flask Secure application
This is a template for a Flask application, using Flask-Security-Too and SQLAlchemy.
Usage
- Clone the project
- Rename prod.env or dev.env to .env
- In .env, modify what you need to
- Create and activate python virtual env
- Install requirements with
pip install -r requirements.txt - Now you can run your app with
flask run
Description
Languages
HTML
67.4%
Python
25.6%
JavaScript
6.1%
Shell
0.8%