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

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)

Awesome Lists containing this project

README

          


logo

Chat - App




cover

# πŸ“— 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)

# 🎯 Chat App

> This App is created to exercise SignalR.

## πŸ›  Built With

### Tech Stack

Technology


  • Angular

  • Bootstrap 5

  • SignalR

  • .NET 7

Tools


  • VS Code

  • Visual Studio Community 2022

  • Git

(back to top)

LIVE DEMO

## πŸš€ Live Demo

- [Live Demo Link](https://chatapp-signalr.web.app)

(back to top)

## πŸ’» Getting Started

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.

(back to top)

## πŸ‘₯ Authors

### Author:

πŸ‘€ **Kifle Haile**

- GitHub: [@githubhandle](https://github.com/kifle23)
- Twitter: [@twitterhandle](https://twitter.com/KifleHaile12)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kifle-haile)

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/kifle23/group-chat/issues).

(back to top)

## πŸ‘‹ Show your support

Give a ⭐️ if you like this project!

(back to top)

## πŸ”­Acknowledgments

- [Microverse](https://www.microverse.org/).
- [Letsprogram](https://letsprogram.in/home)

(back to top)

## πŸ“ License

This project is [MIT](./LICENSE) licensed.

(back to top)