https://github.com/kifle23/group-chat
Chat app using Angular and .NET (SignalR)
https://github.com/kifle23/group-chat
angular chat-application dotnetcore signalr
Last synced: about 1 year ago
JSON representation
Chat app using Angular and .NET (SignalR)
- Host: GitHub
- URL: https://github.com/kifle23/group-chat
- Owner: kifle23
- License: mit
- Created: 2023-10-29T12:21:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T15:36:29.000Z (over 2 years ago)
- Last Synced: 2025-02-07T23:45:54.756Z (about 1 year ago)
- Topics: angular, chat-application, dotnetcore, signalr
- Language: TypeScript
- Homepage: https://chatapp-signalr.web.app/
- Size: 537 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Chat - App
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [π₯ Authors](#authors)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)
> This App is created to exercise SignalR.
Technology
- Angular
- Bootstrap 5
- SignalR
- .NET 7
Tools
- VS Code
- Visual Studio Community 2022
- Git
LIVE DEMO
- [Live Demo Link](https://chatapp-signalr.web.app)
To get a local copy up and running follow these simple example steps.
### Prerequisites
you have to those tools in your local machine.
- [ ] NPM
- [ ] GIT & GITHUB
- [ ] Any Code Editor (VS Code, Visual Studio 2022, Brackets, etc)
### Setup
Clone the project.
```bash
git clone https://github.com/kifle23/group-chat.git
```
Go to the project directory.
```bash
cd group-chat
```
In the project directory, you can run:
```bash
ng serve
```
Runs the app in the development mode.
1. Run API
2. Open [http://localhost:4200](http://localhost:4200) to view it in your browser.
The page will reload when you make changes.
### Author:
π€ **Kifle Haile**
- GitHub: [@githubhandle](https://github.com/kifle23)
- Twitter: [@twitterhandle](https://twitter.com/KifleHaile12)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kifle-haile)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/kifle23/group-chat/issues).
Give a βοΈ if you like this project!
- [Microverse](https://www.microverse.org/).
- [Letsprogram](https://letsprogram.in/home)
This project is [MIT](./LICENSE) licensed.