From f710f69cbfe6f66aa4b7761f63059dd4951f6aab Mon Sep 17 00:00:00 2001 From: Zoey de Souza Pessanha Date: Sat, 21 Sep 2024 13:14:13 -0300 Subject: [PATCH] feat: introduce examples sample apps (readme) --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 46c9bc9..a17ce5b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,21 @@ Where the magic starts! ## Getting Started +### Examples + +This repository contains a few examples with sample apps to help you get started and showcase each usage of the client implementations: + +#### Gotrue/Auth examples + +- [Plug based auth](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/auth/plug) +- [Phoenix LiveView based auth](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/auth/phoenix_live_view) +- [User management](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/auth/user_management) + +#### Storage examples + +- [Plug based upload](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/storage/plug) +- [Phoenix LiveView upload](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/storage/phoenix_live_view) + ### Installation To install the base SDK: