jasonadkison / cabbage

Learning about Supabase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cabbage

The tst branch is published at: rabbit-cabbage.netlify.app

Cabbage is a "full-fat" example project that I use for learning about Supabase.

I also publish articles on the Kopi blog using Cabbage as a worked example. Yes, those articles are (partly) content marketing for Kopi.

Ask questions or make suggestions in the Discussions of the Github repo.

Structure

  • .github - github action config
  • /app/ - client app
  • /database/ - database schema management
  • /doc/ - misc documentation, notes, etc.
  • /gradle/ - gradle wrapper stuff
    • used for bootstrapping Gradle

I'm using Gradle, Flyway, Java etc. just because they're the tools that I know best.
I'm not saying this is the Correct Way to do things.

About

Learning about Supabase

License:MIT License


Languages

Language:TypeScript 94.5%Language:PLpgSQL 3.5%Language:JavaScript 0.9%Language:HTML 0.6%Language:CSS 0.3%Language:Shell 0.2%