https://github.com/kylemccullen/chat
A live update chat app written in ASP.NET and Angular using SignalR
https://github.com/kylemccullen/chat
angular dotnet
Last synced: about 2 months ago
JSON representation
A live update chat app written in ASP.NET and Angular using SignalR
- Host: GitHub
- URL: https://github.com/kylemccullen/chat
- Owner: kylemccullen
- Created: 2022-09-21T18:41:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-22T17:35:36.000Z (almost 4 years ago)
- Last Synced: 2025-07-05T03:26:54.053Z (12 months ago)
- Topics: angular, dotnet
- Language: TypeScript
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat
A live update chat app written in ASP.NET and Angular using SignalR
## Setup
- Clone the repository
`git clone https://github.com/kylemccullen/Chat`
- Update Database
In Visual Studio Package Manager Console run `Update-Database`
- Run the project
`make -j4 api ng`
or
`make api` and `make ng`