Run the following commands to set up local development environment
'pip install -r requirements.txt'
python DevSetUp.py
Add all required connection strings, resource keys, and prompts to the generated .env file.
If importing any new packages when developing, please make sure to update the requirements.txt file - this is crutial for deployment!
View Swagger Doccumentation for API during local dev by running app.py and visiting http://127.0.0.1:5000/apidocs/
Currently deployed code is on prod branch.
Backend is currently deployed on Azure App Service.