Skip to content

Repository to show authentication using Python flask

Notifications You must be signed in to change notification settings

AsraaZahoor/python-auth-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 50.8%
  • Python 49.2%