Supabase Angular Trello Board

A Supabase example with Angular and Tailwind.

Supabase Trello Clone with Angular

Running the Project

  • Install all dependencies with npm install
  • Create a Supabase instance
  • Add your key and url to the environment.ts
  • Run the db.sql inside the SQL Editor of Supabase
  • Enable realtime for your cards and lists table within the Supabase Table Editor
  • Enjoy!