https://chatapp-argkatgff8aqakfz.westeurope-01.azurewebsites.net/
This project is a web application with a frontend and backend.
A key feature of this application is the integration of Cognitive Services to analyze messages and determine their context as positive, neutral, or negative.
If you want to test the app without creating an account, you can log in using the following credentials:
- Username:
Johnny| Password:pa$$w0rd - Username:
Sara| Password:pa$$w0rd
- Frontend: React.js (Vite)
- Backend: .NET Web API
- State Management: Zustand
- Styling: Tailwind CSS
- Routing: React Router
- Real-time Communication: Azure SignalR Service (integrated through Azure Cloud)
- AI Integration: Azure Cognitive Service
- Database: MSSQL
Follow these steps to set up the application locally:
-
Clone the Repository
git clone https://github.com/nix1707/ChatApp.git cd ChatApp -
Run Backend
cd API/API dotnet run -
Run Frontend
cd client-app npm run dev

