Skip to content

Repository to show authentication using Python flask

Notifications You must be signed in to change notification settings

Moosa-123/python-auth-example

 
 

Repository files navigation

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

About

Repository to show authentication using Python flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 49.4%
  • Python 48.0%
  • Dockerfile 2.6%