https://github.com/brandonroberts/appwrite-angular-chat
A realtime chat application using Angular and Appwrite
https://github.com/brandonroberts/appwrite-angular-chat
Last synced: 21 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T19:09:48.000Z (almost 3 years ago)
- Last Synced: 2025-02-26T05:41:24.715Z (3 months 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