Flask-RESTful provides the building blocks for creating a great REST API.
- Rest Endpoint to filter the customer details
- Operation
- The customer details are returned as the list of objects and joined to refer the repository name.
- Operation
- Rest Endpoint to trigger the Azure Devops pipeline
- operation:
- The Request pushes the repository to the github and Azure Devops pipeline is triggered automatically.
- The pipeline checkouts the repositories filtered through the first API.
- operation:
- Rest Endpoint to check the status of the jobs running through the Azure Devops pipeline.
- Azure Devops
- Python Flask
- MySQL DBMS
- Install python
- Install flask
- Clone Repository
git clone https://github.com/Nareash20010150/CST_Demo_Project.git
cd CST_Demo_Project/
flask -app flakr run
- Install Docker
- Start docker daemon
- Use the commands
docker build -t flask_cst_app .
docker run -p 5000:5000 --name flask_cst_app flask_cst_app:latest