This repository hosts the backend code that:
- Scrapes court case data
- Parses the data into a database
- Provides an API to retrieve the data
Before diving into the code or development, we recommend reading the following articles to understand the framework the code follows:
- Quickstart: Create a function in Azure with Python using Visual Studio Code
- Azure Functions Python developer guide
(Optional) Reading for WIP functions:
- Fast API
- https://learn.microsoft.com/en-us/samples/azure-samples/fastapi-on-azure-functions/azure-functions-python-create-fastapi-app/
See DEVELOPER.md for getting started with development.
Each function directory has an individual README.md
with documentation for it.