A fully functional Facebook-style social media platform
Racelbook is a Next.js application that needs to be set up before use.
This is a modern React-based social media platform with real-time features powered by Supabase.
Run in terminal: npm install
Create a free account at supabase.com and create a new project
Run the supabase-schema.sql file in Supabase SQL Editor
Copy .env.local.example to .env.local and add your Supabase credentials
Run: npm run dev and open http://localhost:3000