Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moodyomar/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
https://github.com/moodyomar/python-weatherapp

docker docker-compose flask jenkins kubernetes nginx python python3

Last synced: 16 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`