Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronksaunders/supabase-vue-user-management

supabase.io quickstart example in vuejs
https://github.com/aaronksaunders/supabase-vue-user-management

quickstart supabase supabase-js supabase-storage tutorial vite vue vuejs

Last synced: about 1 month ago
JSON representation

supabase.io quickstart example in vuejs

Awesome Lists containing this project

README

        

# supabase-vue-user-management [OUTDATED]

## See Updated Project Here
- https://github.com/aaronksaunders/supabase-v2-vue-user-management
---

>This is based on the quickstart example(s) provided by [supabase](https://supabase.io/) using [React.js](https://supabase.io/docs/guides/with-react) and [Next.js](https://supabase.io/docs/guides/with-nextjs)

Just a reminder from the Supabase Documentation what exactly supabase is
>Supabase is an open source Firebase alternative. We are a service to:

>Listen to database changes.
- Query your tables, including filtering, pagination, and deeply nested relationships (like GraphQL).
- Create, update, and delete rows.
- Manage your users and their permissions.
- Interact with your database using a simple UI.

### Blog Post & Video
- https://dev.to/aaronksaunders/supabase-quickstart-vue-js-5f23
- https://www.youtube.com/watch?v=wBW83_EXU3Y

![](https://github.com/aaronksaunders/supabase-vue-user-management/blob/master/sb-large.png)