skrishnan2001 / flask-calculator-app

Simple web application with various endpoints for different arithmetic operations to demonstrate Continuous Integeration/Continuous Delivery using Webhooks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Calculator App

Technologies: Flask, Flask-Restx, Python, Docker

Description

Simple web application with various endpoints for different arithmetic operations to demonstrate Continuous Integeration/Continuous Delivery using Webhooks

Run

pip3 install -r requirements
python3 app.py -m flask run

Dockerization

Running the containerized version of the app:

docker-compose up

We can access the app by typing localhost:5000 in the browser.

To stop the container and remove the created containers and images:

docker-compose down

Credit

Created by interns at Citicorp Services India Private Limited, Chennai CSC, to demonstrate knowlege of Git, Docker, Jenkins and OpenShift.

About

Simple web application with various endpoints for different arithmetic operations to demonstrate Continuous Integeration/Continuous Delivery using Webhooks


Languages

Language:Python 92.5%Language:Dockerfile 7.5%