Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.41 KB

File metadata and controls

53 lines (40 loc) · 1.41 KB

ChatApp

React Vite + ASP.NET Web API Project

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.

image
image


🧪 Test Users

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

🛠 Technology Stack

  • 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

⚙️ Setup

Follow these steps to set up the application locally:

  1. Clone the Repository

    git clone https://github.com/nix1707/ChatApp.git
    cd ChatApp
  2. Run Backend

    cd API/API
    dotnet run
  3. Run Frontend

    cd client-app
    npm run dev