Repository to show authentication using Python flask. This is used for labs to practice Dockerizing different applications.
Example taken from flask-admin-examples
- Python (Tested on 3.10)
- Clone the repository
git clone https://github.com/kahootali/python-auth-example.git
cd python-auth-example/
- Create and activate a virtual environment:
virtualenv env
source env/bin/activate
- Install requirements:
pip install -r 'requirements.txt'
- Run the application:
python app.py