Skip to content

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

Notifications You must be signed in to change notification settings

moodyomar/python-weatherapp

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published