Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kevin cai/add schema to supabase #10

Merged
merged 17 commits into from
Oct 15, 2023
Merged

Conversation

kevinjcai
Copy link
Contributor

What's new in this PR

Description

Populating a Supabase database using the table editor schema, and each object (e.g., product, user) is represented as a separate table. Additionally, creating a fake product data point and adding it to the Supabase. Creating queries to pull data from the Supabase.

Screenshots

How to review

  1. Start by reviewing the changes made to the database schema using the table editor. Ensure that each object corresponds to a separate table as intended.
  2. Review the code that adds the fake product data to the Supabase database. Check for data accuracy and completeness.
  3. Examine the queries created to pull data from the Supabase. Verify that they are correctly retrieving the data you expect.

Next steps

Relevant Links

Online sources

Related PRs

🛍 CC: @EthanAuyeung

@vercel
Copy link

vercel bot commented Oct 7, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
shanti-project ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2023 10:33pm

@EthanAuyeung
Copy link
Collaborator

Please fix linter errors

@EthanAuyeung
Copy link
Collaborator

Please fix the merge conflicts in package-lock and package

@EthanAuyeung EthanAuyeung merged commit bcf9b36 into main Oct 15, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants