Best Flask open-source libraries and packages

Python app CI CD

This repo contains the CI/CD pipelines when ever a pull request is created. It shows the workflows. Whenever a pull request created it creates a docker image from the given dockerfile and the it pushes the docker image to the Docker hub along with its tag.
Updated 5 months ago

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
Tags request