https://github.com/rajguptah/livechatmessagedotnetcore
Live Call & Chat Integration In Dotnet Core With Identity
https://github.com/rajguptah/livechatmessagedotnetcore
authentication call chat cometchat cometchatdotnet entitycore identity
Last synced: over 1 year ago
JSON representation
Live Call & Chat Integration In Dotnet Core With Identity
- Host: GitHub
- URL: https://github.com/rajguptah/livechatmessagedotnetcore
- Owner: rajguptaH
- Created: 2024-07-12T19:15:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T21:12:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-02T19:49:07.543Z (over 1 year ago)
- Topics: authentication, call, chat, cometchat, cometchatdotnet, entitycore, identity
- Language: C#
- Homepage:
- Size: 854 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LiveChatMessageDotnetCore
Live Chat & Call Web App With Login/Signup Using CometChat
I have used Widget's in this WebApp
This project is based on Dotnet Core 7.0
# clone this project
```cmd
git clone https://github.com/rajguptaH/LiveChatMessageDotnetCore.git
```
# Modify Connection strings in AppSettings.Json
```json
"ConnectionStrings": {
"DefaultConnection": "Server=serverName;Database=databasename; User ID=username;Password=password;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
}
```
# Now Run Migrations
```cmd
cd path/to/LiveCallMessageDotnetCore.Data
dotnet ef database update
```
# Now Make account on [ComentChat](https://www.cometchat.com/)
# After That Create a Widget There and Open Views/Home/Index.cshtml and put your cometchat credentials
```cshtml
.........................
"appID": "appId",
"appRegion": "app-region",
"authKey": "authkey"
............................
.................................
..........................
...............
"widgetID": "widgetid"
```
Yo. Enjoy.....
[Raj Narayan Gupta](https://rajnarayangupta.netlify.app)