This project is lesson 70 of the Udemy's "100 Days of Code: The Complete Python Pro Bootcamp 2022" The app architecture at a high level of detail is as follows:
- Python application running on Flask, acting as API in the following endpoint: https://sampleapiwebsite.azurewebsites.net/
- The data is stored in SQLite
- It has implemented the following operations: /all , /search , /add , /patch_new_price
- Clone this repo
- Configure the Azure Pre-requisites as detailed in the article Quickstart: Deploy a Python (Django or Flask) web app to Azure App Service