mirror of
https://github.com/supabase/supabase.git
synced 2026-07-03 05:24:19 +08:00
* feat: move storage settings * feat: redirect * feat: database settings in service area * feat: move data api settings * fix: revert data API placement * feat: minor UX touches * fix: simplify configuration group * feat: references to database settings * feat: references to storage settings * fix: redirects and formatting * fix: Import StorageMenu dynamically to avoid SSR issues with useLocalStorage * fix: move Data API closer to semantic siblings * fix: revert smart comma * Shift bucket sort logic into storage explorer store --------- Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
17 lines
873 B
Plaintext
17 lines
873 B
Plaintext
## Project setup
|
|
|
|
Let's create a new Postgres database. This is as simple as starting a new Project in Supabase:
|
|
|
|
1. [Create a new project](https://database.new/) in the Supabase dashboard.
|
|
1. Enter your project details. Remember to store your password somewhere safe.
|
|
|
|
Your database will be available in less than a minute.
|
|
|
|
**Finding your credentials:**
|
|
|
|
You can find your project credentials on the dashboard:
|
|
|
|
- [Database connection strings](https://supabase.com/dashboard/project/_/settings/api?showConnect=true): Direct and Pooler connection details including the connection string and parameters.
|
|
- [Database password](https://supabase.com/dashboard/project/_/database/settings): Reset database password here if you do not have it.
|
|
- [API credentials](https://supabase.com/dashboard/project/_/settings/api): your serverless API URL and `anon` / `service_role` keys.
|