Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonroberts/appwrite-angular-chat
A realtime chat application using Angular and Appwrite
https://github.com/brandonroberts/appwrite-angular-chat
Last synced: 20 days ago
JSON representation
A realtime chat application using Angular and Appwrite
- Host: GitHub
- URL: https://github.com/brandonroberts/appwrite-angular-chat
- Owner: brandonroberts
- Created: 2022-06-27T19:10:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T19:09:48.000Z (over 2 years ago)
- Last Synced: 2024-10-10T18:37:53.091Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://appwrite-angular-chat.netlify.app
- Size: 183 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a realtime Chat App with Appwrite and Angular
# Setup
```sh
yarn
```# Serve
```sh
yarn dev
```# Notes
Checkout the [complete](https://github.com/brandonroberts/appwrite-angular-chat/tree/complete) branch for the finished example