/python-auth-example

Repository to show authentication using Python flask

Primary LanguageHTML

python-auth-example

Repository to show authentication using Python flask. This is used for labs to practice Dockerizing different applications.

Example taken from flask-admin-examples

Pre-Reqs:

  • Python (Tested on 3.10)

Steps To Run:

  1. Clone the repository
git clone https://github.com/kahootali/python-auth-example.git
cd python-auth-example/
  1. Create and activate a virtual environment:
virtualenv env
source env/bin/activate
  1. Install requirements:
pip install -r 'requirements.txt' 
  1. Run the application:
python app.py