Skip to content

Repository files navigation

Twitter Clone (Next.js + Prisma)

A minimal social media clone with post creation and timeline view.

Setup

  1. cd "g:/Social Media/twitter-clone"
  2. npm install
  3. npx prisma generate
  4. npx prisma migrate dev --name init
  5. npm run dev

Open http://localhost:3000

Notes

  • API route: src/app/api/posts/route.ts
  • Frontend post component: src/app/components/PostBox.tsx
  • Feed page: src/app/page.tsx
  • Database: prisma/schema.prisma (SQLite)

About

A high-fidelity microblogging platform designed to demonstrate the efficiency of the Next.js and Prisma stack. This project serves as a "Social Engine" mockup, bridging the gap between database-driven persistence and a seamless, reactive user interface.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

Contributors

Languages