Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 397 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 397 Bytes

Chat app 💬

A e2e chat web app, user can login and start talking with other users


Requirements

  • .Net 3.1
  • Node.js

Running the project

Clone this repository

Backend

  1. Build the solution using Visual Studio.
  2. Run the project.

Frontend

In /ChatHubUi/ folder run:

npm i
npm start