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.
- Host: GitHub
- URL: https://github.com/yash509/devsecops-python-flask-webapp-deployment
- Owner: yash509
- License: mit
- Created: 2024-08-18T16:49:16.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T02:35:40.000Z (9 months ago)
- Last Synced: 2024-08-24T03:32:51.252Z (9 months ago)
- Language: HCL
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# DevSecOps-Python-Flask-WebApp-Deployment [](https://github.com/yash509/DevSecOps-BB-Char-React-App-Deployment/actions/workflows/docker-image.yml)
![]()
# 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
![]()