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

https://github.com/yash509/devsecops-python-flask-webapp-deployment

Developed a Python's Flask Framework based Calculator Web Application, implemented the DevSecOps practices for deploying on Docker and Kubernetes using Jenkins CI/CD Pipeline.
https://github.com/yash509/devsecops-python-flask-webapp-deployment

Last synced: 3 months ago
JSON representation

Developed a Python's Flask Framework based Calculator Web Application, implemented the DevSecOps practices for deploying on Docker and Kubernetes using Jenkins CI/CD Pipeline.

Awesome Lists containing this project

README

        

# DevSecOps-Python-Flask-WebApp-Deployment [![Docker Image CI](https://github.com/yash509/DevSecOps-BB-Char-React-App-Deployment/actions/workflows/docker-image.yml/badge.svg)](https://github.com/yash509/DevSecOps-BB-Char-React-App-Deployment/actions/workflows/docker-image.yml)

coding

# Simple Calculator using Flask

A simple calculator with 2 input fields and some options to perform different operations on them.

## Technologies used:

- HTML
- CSS
- Python
- Flask

## How to use:

1. Fork and clone [this](https://github.com/Ayushparikh-code/Web-dev-mini-projects) project.
2. In your command prompt, navigate to **Web-dev-mini-projects/Simple Calculator (Flask)**.
3. Run this app using the command `python app.py`.
4. Now, navigate to `http://127.0.0.1:5000/` in your web browser to use the calculator.

## Screenshot