mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 17:00:27 -04:00
f415fb9f5e
## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Updated API key guidance to recommend publishable keys in getting started materials. * Added new "Get API details" section with credential retrieval instructions. * Updated code examples to use publishable keys. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: fadymak <dev@fadymak.com>
17 lines
801 B
Plaintext
17 lines
801 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](/dashboard/project/_/settings/api?showConnect=true): Direct and Pooler connection details including the connection string and parameters.
|
|
- [Database password](/dashboard/project/_/database/settings): Reset database password here if you do not have it.
|
|
- [API credentials](/dashboard/project/_/settings/api): your serverless API URL and publishable keys.
|