Skip to content

Commit

Permalink
feat: introduce examples sample apps (readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoedsoupe committed Sep 21, 2024
1 parent 59ac270 commit f710f69
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f710f69

Please sign in to comment.