Getting Started Guide

Set up your e-commerce store in a few simple steps

Step 1: Set Up Database
Run the SQL scripts to create your database tables

Run these scripts in order from your v0 interface:

  1. scripts/001_create_tables.sql - Creates all database tables
  2. scripts/002_seed_data.sql - Adds sample products and categories
  3. scripts/003_create_profile_trigger.sql - Sets up user profiles
  4. scripts/004_add_admin_role.sql - Adds admin role support
  5. scripts/005_create_admin_accounts.sql - Enables admin privileges
Step 2: Create Your AccountRequired
Sign up for a new account before you can log in

Ready to get started?

Create your account now to access the store

Sign Up Now
Step 3: Confirm Your Email
Verify your email address to activate your account

After signing up, check your email inbox for a confirmation link from Supabase. Click the link to verify your account.

Step 4: Log In and Explore
Access your account and start using the store

Once your email is confirmed, you can log in and access:

Admin AccessOptional
Manage products and store settings

If you signed up with an admin email, you can access the admin panel:

Built with v0