Best Flask open-source libraries and packages

Python weatherapp

Simple Weather app ( Mobile layout only ) in Python (flask) and Nginx. CI pipeline with GitHub actions that includes static, unit and smoke tests. Ready for CI in Jenkins as well and deployment in K8S. Git workflow as a branching strategy
Updated 1 year ago

Python Webapp CI/CD ready

devmoody

to run the app
python3 main.py

to run unitests
python3 -m unitest

to build docker image
docker build -t your_user_name/image_name:tag

to run the app with nginx and gunicorn with docker-compose
docker-compose up -d

to deploy on K8S cluster use the deployment.yaml file, Run
kubectl create -f deployment.yaml