/compliance

Primary LanguageTypeScript

ComplianceLLM Backend

This is the backend service for a compliance checking application using Azure OpenAI and Express.js.

Installation

Clone the repository:

git clone <repository-url>
cd compliancellmbackend

Install dependencies:

npm install

Add a .env file with your Azure OpenAI credentials:

AZURE_ENDPOINT=<your_azure_openai_endpoint>
AZURE_OPENAI_KEY=<your_azure_openai_key>
AZURE_DEPLOYMENT=<your_azure_openai_deployment>

Start the development server:

npm run dev