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.
The tst
branch is published at:
rabbit-cabbage.netlify.app
Ask questions or make suggestions in the Discussions or Issues section of the Github repo.
- .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 Right Way to do things.