This repository contains the backend code for the AI Chat Application, built with C#
- Real-time messaging
- REST API for message handling
- Integration with AI services
- Clone the repository
- Navigate to the project directory
- Install dependencies:
- Ensure you have .NET SDK installed. You can download it from here.
- Install the necessary packages using the following command:
dotnet add package Microsoft.AspNetCore.Mvc.NewtonsoftJson dotnet add package OpenAI-API-dotnet
- Start the server:
dotnet run
The backend can be accessed via RESTful endpoints:
- Send message:
POST /Chat
Contributions are welcome. Please follow the [contribution guidelines](link to contribution guidelines).