An open API service indexing awesome lists of open source software.

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

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`