Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.22 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.22 KB


Test Status codecov Quality Gate Status Software License

Flask library for easy configuration of web server security.

Setup (Mac/Linux)

  1. cd Flask-RESTful-Auth
  2. python3 -m venv venv
  3. source venv/bin/activate
  4. pip install -r requirements.txt

Setup (Windows)

  1. cd .\Flask-RESTful-Auth\
  2. python -m venv venv
  3. .\venv\Scripts\Activate.ps1
  4. pip install -r requirements.txt

Run the example

Windows: python .\examples\00_basic\app.py

Unix: python ./examples/00_basic/app.py