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.
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