{"id":18614790,"url":"https://github.com/andrewjbateman/angular-supabase-data","last_synced_at":"2026-04-09T17:52:58.194Z","repository":{"id":96858902,"uuid":"382005326","full_name":"AndrewJBateman/angular-supabase-data","owner":"AndrewJBateman","description":":clipboard: Angular app using Supabase Postgres-based database backend to store data","archived":false,"fork":false,"pushed_at":"2023-07-27T16:03:57.000Z","size":1430,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-08T21:41:39.332Z","etag":null,"topics":["angular","angular16","bootstrap","bootstrap5","database","font-awesome","supabase","supabase-storage"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-01T11:08:44.000Z","updated_at":"2023-07-27T16:04:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"46dce564-ca58-4294-a942-ce000440319c","html_url":"https://github.com/AndrewJBateman/angular-supabase-data","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-supabase-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-supabase-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-supabase-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-supabase-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/angular-supabase-data/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-supabase-data/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258783429,"owners_count":22757259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular16","bootstrap","bootstrap5","database","font-awesome","supabase","supabase-storage"],"created_at":"2024-11-07T03:26:59.908Z","updated_at":"2025-12-30T22:15:26.239Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Angular Supabase Data\n\n* Angular frontend data entry form with a Supabase PostgreSQL database backend\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/angular-supabase-data?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/angular-supabase-data?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/angular-supabase-data?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/angular-supabase-data?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [Angular Supabase Data](#angular-supabase-data)\n  * [:page\\_facing\\_up: Table of contents](#page_facing_up-table-of-contents)\n  * [:books: General info](#books-general-info)\n  * [:camera: Screenshots](#camera-screenshots)\n  * [:signal\\_strength: Technologies](#signal_strength-technologies)\n  * [:floppy\\_disk: Setup](#floppy_disk-setup)\n  * [:flashlight: Testing](#flashlight-testing)\n  * [:computer: Code Examples](#computer-code-examples)\n  * [:cool: Features](#cool-features)\n  * [:clipboard: Status \\\u0026 To-Do List](#clipboard-status--to-do-list)\n  * [:clap: Inspiration](#clap-inspiration)\n  * [:file\\_folder: License](#file_folder-license)\n  * [:envelope: Contact](#envelope-contact)\n\n## :books: General info\n\n* Supabase is an open-source alternative to Firebase, but uses PostgreSQL instead of document database. Database is realtime \u0026 can use SQL joins. Realtime notifications via Websockets. RESTful API requires no backend code.\n* RxJS was not required for Observables etc.\n\n## :camera: Screenshots\n\n![Example screenshot](./img/table.png)\n![Example screenshot](./img/supabase.png)\n\n## :signal_strength: Technologies\n\n* [Angular v16](https://angular.io/)\n* [Supabase public v2](https://supabase.io/) Postgres alternative to Firebase\n* [Bootstrap v5](https://getbootstrap.com/) responsive styling, including ready-made [forms](https://getbootstrap.com/docs/5.0/forms/overview/)\n* [Font Awesome v4](https://fontawesome.com/v4.7/icons/) free icons\n\n## :floppy_disk: Setup\n\n* `npm i` to install dependencies then...\n* Create free account with Supabase and create table using SQL option. Do not enable RLS (Row Level Security)\n* Add Supabase credentials to `utils/initSupabase.ts`\n* `ng serve` for a dev server. Navigate to `http://localhost:4200/` - app will automatically reload if you change any of the source files\n* `npm run lint` to eslint typescript, `npm run lint:fix` to eslint and fix\n* `npm run prettier` to check and fix code formatting\n* `ng build --prod` for a build folder\n\n## :flashlight: Testing\n\n* `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n* `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).\n\n## :computer: Code Examples\n\n* This creates a table in Supabase SQL option\n\n```typescript\ncreate table todos (\n id bigint generated by default as identity primary key,\n name text check (char_length(name) \u003e 0),\n done boolean default false,\n);\n```\n\n## :cool: Features\n\n* Supabase user interface is cool to work with and they have SQL templates to create tables etc.\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: Working\n* To-Do: Add fields like created \u0026 updated dates. Set strict mode to true and correct type error\n* To-Do: use Angular routing to add more Supabase tables etc. or remove\n\n## :clap: Inspiration\n\n* [Diligent Dev: Supabase - The Open-source Alternative to Firebase](https://www.youtube.com/watch?v=RpnDkUMNzK0)\n* [Fireship: Is Supabase Legit? Firebase Alternative Breakdown](https://www.youtube.com/watch?v=WiwfiVdfRIc)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: `gomezbateman@yahoo.com`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-supabase-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fangular-supabase-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-supabase-data/lists"}