im new to supabase. what are the starting steps i should i take? #44441
Replies: 1 comment
This automatically sets up: |
0 replies
Answer selected by
jeerank234
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Go to Supabase dashboard → create account
Click “New Project”
Choose:
Organization
Project name
Strong DB password
Region (choose closest → e.g., India)
This automatically sets up:
PostgreSQL database
Auth system
Storage
APIs
2.Database → PostgreSQL tables
Auth → login/signup (email, OAuth)
Storage → file uploads
API → auto-generated REST + realtime
3.Then create tables and go for tutorials from youtube or other platforms
Hope you learn well.