# sns_supabase **Repository Path**: liliang_yilin/sns_supabase ## Basic Information - **Project Name**: sns_supabase - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-25 - **Last Updated**: 2025-09-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is an open source Twitter clone, Built with T3 Stack + NextAuth + Postgres(Supabase) + Prisma, It's a simple clone and may not be secure, So it's not recommended for production use. **Requirements** * Postgres Database: I recommend Supabase, Register a supabase account > Create a new project > Create a new database. * Supabase Storage: Your project > Create a new Bucket > Add this policy to be able upload images via our backend: `CREATE POLICY "" ON storage.objects FOR INSERT TO public WITH CHECK (bucket_id = '');` **How to Run Locally** To run the project locally, follow these steps: * Clone the project `git clone https://github.com/AlandSleman/t3-twitter-clone` * Copy the contents of the .env.example file into a new file named .env, then replace the values with your own. * Install the project dependencies by running `npm install` * Push the Prisma schema to the database `npx prisma db push` * Build the project `npm run build` * Start the project `npm start` If you want to use Express.js for the backend instead of Next.js, Check the other branch `with-express`