A simple Twitter-like app built with NestJS backend and React frontend.
https://edtwitter.onrender.com
- Backend: NestJS, TypeScript, Prisma, PostgreSQL
- Frontend: React, TypeScript, Vite
- Database: PostgreSQL (Docker)
cd backend
npm install
npx prisma generate
npx prisma db push
npm run start:devcd frontend
npm install
npm run devFrontend runs on http://localhost:5173 Backend runs on http://localhost:3000