Skip to content

nix1707/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages