Skip to content

Commit f710f69

Browse files
committed
feat: introduce examples sample apps (readme)
1 parent 59ac270 commit f710f69

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ Where the magic starts!
77
88
## Getting Started
99

10+
### Examples
11+
12+
This repository contains a few examples with sample apps to help you get started and showcase each usage of the client implementations:
13+
14+
#### Gotrue/Auth examples
15+
16+
- [Plug based auth](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/auth/plug)
17+
- [Phoenix LiveView based auth](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/auth/phoenix_live_view)
18+
- [User management](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/auth/user_management)
19+
20+
#### Storage examples
21+
22+
- [Plug based upload](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/storage/plug)
23+
- [Phoenix LiveView upload](https://github.com/zoedsoupe/supabase-ex/tree/main/examples/storage/phoenix_live_view)
24+
1025
### Installation
1126

1227
To install the base SDK:

0 commit comments

Comments
 (0)