Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackafro/angular-stream-chat
Chat application built using Angular with Stream for realtime messaging
https://github.com/hackafro/angular-stream-chat
Last synced: 2 months ago
JSON representation
Chat application built using Angular with Stream for realtime messaging
- Host: GitHub
- URL: https://github.com/hackafro/angular-stream-chat
- Owner: HackAfro
- Created: 2020-04-28T12:41:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:33:00.000Z (about 2 years ago)
- Last Synced: 2023-02-28T14:37:01.038Z (almost 2 years ago)
- Language: TypeScript
- Homepage:
- Size: 3.82 MB
- Stars: 7
- Watchers: 1
- Forks: 8
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stream Chat Application
![ScreenShot: App Main Screen](https://github.com/HackAfro/angular-stream-chat/blob/master/src/assets/chat-view.png)
This repository contains the code for the chat frontend application. This application makes requests to a Django server you can find [here](https://github.com/HackAfro/django-stream-server)
## Getting up and running
- Clone the repository
- Inside the cloned directory, run the following commands:
- `npm install` or `yarn` - To install all the project's dependencies.
- Run `yarn start` or `npm start` to start the frontend application## Project directory
- The frontend application - `./src`
The reusable components that make up the frontend application can be found in the `src/app` directory. Each component serves a single purpose:
- `./src/app/chat/` - renders the chat interface
- `./src/app/join` - renders signup view