Skip to content

4cola/ticket-supabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticket-supabase

博客的数据库端,supabase的一些初始化脚本等

Supabase

  1. Register a supabase account
  2. Create a new Organization
  3. Create a new project
  4. Go to https://supabase.com/dashboard/project/[ProjectID]/auth/url-configuration to set your Site URL
  5. Using supabase cli to init database
    1. git clone https://github.com/4cola/ticket
    2. cd supabase
    3. install supabase cli
    4. login supabase supabase login
    5. link to project supabase link --project-ref [ProjectID]
    6. push migrations supabase db push --password=[DatabasePassword]
    7. Copy seed sqls from ./supabase/seed.sql to https://supabase.com/dashboard/project/[ProjectID]/sql/new and run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published