https://github.com/desoga10/ng-chat-20
Build a Realtime Chat Application with Angular 20 and Supabase
https://github.com/desoga10/ng-chat-20
angular angular-cli angular20 supabase supabase-auth supabase-js supabase-storage
Last synced: about 1 month ago
JSON representation
Build a Realtime Chat Application with Angular 20 and Supabase
- Host: GitHub
- URL: https://github.com/desoga10/ng-chat-20
- Owner: desoga10
- Created: 2025-06-14T23:09:10.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-15T13:50:24.000Z (12 months ago)
- Last Synced: 2026-01-15T21:38:52.643Z (5 months ago)
- Topics: angular, angular-cli, angular20, supabase, supabase-auth, supabase-js, supabase-storage
- Language: TypeScript
- Homepage: https://www.youtube.com/watch?v=8SRhekaJ5iI&feature=youtu.be
- Size: 358 KB
- Stars: 5
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat2
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.1.
## Environmental Variables
To cinfigure this project, generate your environmetal variables and add the Supabasekey and Supabase url using the command below:
```
ng g environments
```
## Development server
To start a local development server, run:
```bash
ng serve
```