https://github.com/avlabsdev/supabase-nextjs-test-app
Test app w/ PostgreSQL & Next.js
https://github.com/avlabsdev/supabase-nextjs-test-app
css html javascript nextjs postgresql reactjs supabase tailwindcss ui
Last synced: 3 months ago
JSON representation
Test app w/ PostgreSQL & Next.js
- Host: GitHub
- URL: https://github.com/avlabsdev/supabase-nextjs-test-app
- Owner: avlabsdev
- Created: 2024-11-15T21:54:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-16T04:06:28.000Z (over 1 year ago)
- Last Synced: 2026-01-03T14:27:23.551Z (6 months ago)
- Topics: css, html, javascript, nextjs, postgresql, reactjs, supabase, tailwindcss, ui
- Language: TypeScript
- Homepage: https://supabase-nextjs-test-app.vercel.app/
- Size: 348 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# supabase-nextjs-test-app
I successfully setup Supabase (PostgreSQL) with Next.js.
Proof of database connection and showing data on page from a countries table: [https://supabase-nextjs-test-app.vercel.app/countries](https://supabase-nextjs-test-app.vercel.app/countries)
This is a simple proof of setup. I will be creating full apps from more extensive databases/tables shortly. Eventually, I will also include authentication and more.