0Pricing
Supabase Backend as a Service · 课时

设置您的第一个项目

逐步了解创建新 Supabase 项目、配置基本设置以及认识项目结构的过程。

设置您的第一个项目 是 CoddyKit 上的免费 Supabase Backend as a Service 课时。 这是第 2 节课,共 4 节。 你可以在下方免费阅读本课时的完整内容 — 然后在浏览器中使用内置代码编辑器和全天候 AI 导师进行实践。 这是 Supabase Backend as a Service 学习路径的一部分,你的进度在网页和 CoddyKit 应用中同步。 Supabase Backend as a Service 课程共包含 4 节课。

本课时的部分内容尚未翻译,以英文显示。

Let's Build a Supabase Project!

Let us build! In this lesson you create your first Supabase project, your app's dedicated home for data, auth, and files.

Understanding Your Project

A Supabase project is an isolated backend: its own Postgres database, auth, storage, and Edge Functions. Each project stays separate and secure.

Getting Started on Supabase.com

First you need an account at supabase.com. Sign up with GitHub or email, log in, and you land on your personal dashboard.

Initiating Your New Project

On your dashboard, hit New Project to open the setup wizard. It is the gateway to a fresh backend, and the flow is refreshingly simple.

Naming Your Project & Setting Passwords

Give your project a clear name, then set a strong Database Password. That password unlocks direct database access, so save it somewhere safe.

Choosing Region & Organization

Pick a Region closest to your users to cut latency, then choose the organization the project belongs to (your personal one for solo projects).

Building Your Backend

Hit Create new project and Supabase provisions everything for you: the Postgres database, auth, and storage. It usually takes a couple of minutes.

Welcome to Your Project Dashboard!

When provisioning finishes, you land on your project dashboard — your control center. The left sidebar holds database, auth, storage, and more.

Quick Look at Project Settings

Open Project Settings (bottom of the sidebar) to rename the project or grab your API URL and keys — the keys your app uses to connect securely.

Test Your Knowledge

You've just learned how to set up a new Supabase project. Let's see what you remember!

Project Setup Complete!

Done! You created your first Supabase project, set a name, password, and region, and met your new dashboard. Next: a full tour of it.

常见问题解答

「设置您的第一个项目」课时是免费的吗?

是的 — 「设置您的第一个项目」的完整文本可在网页上免费阅读。要进行交互式练习(内置代码编辑器和全天候 AI 导师)并解锁 Supabase Backend as a Service 课程的其余内容,请升级到 CoddyKit PRO。 Supabase Backend as a Service 课程共包含 4 节课。

「设置您的第一个项目」这节课中我会学到什么?

逐步了解创建新 Supabase 项目、配置基本设置以及认识项目结构的过程。 你通过在浏览器中直接运行的动手代码来练习 Supabase Backend as a Service,全天候 AI 导师会在你学习这节课的过程中回答你的问题。

学习 Supabase Backend as a Service 需要有经验吗?

无需任何先前经验。CoddyKit 上的 Supabase Backend as a Service 课程适合初学者到高级学习者,你可以从这里开始或从头开始,按照自己的节奏学习。 这是第 2 节课,共 4 节。

「设置您的第一个项目」课时需要多长时间?

大多数 CoddyKit 课程大约需要 5–10 分钟。每节课都很精短且互动,所以你能稳步进步,并在网页和应用中从离开的地方继续。

我能在这节 Supabase Backend as a Service 课中编写并运行代码吗?

能。每节 Supabase Backend as a Service 课都包含内置代码编辑器,你可以在浏览器中直接编写并运行真实代码,并获得即时 AI 反馈 — 无需本地设置。

此课程中的所有课时

  1. BaaS 与 Supabase 入门
  2. 设置您的第一个项目
  3. Supabase 仪表板导览
  4. 将您的应用连接到 Supabase 客户端
← 返回 Supabase Backend as a Service