This is the backend service for a compliance checking application using Azure OpenAI and Express.js.
git clone <repository-url>
cd compliancellmbackend
npm install
AZURE_ENDPOINT=<your_azure_openai_endpoint>
AZURE_OPENAI_KEY=<your_azure_openai_key>
AZURE_DEPLOYMENT=<your_azure_openai_deployment>
npm run dev