Developed full-stack social platform where users can manage tweets, profiles, play games, and chat in real-time.
- Ingredients: NextJS, NodeJS, ExpressJS, TypeScript, SocketIO, MongoDB, React Query, Shadcn, Cloudinary, Zustand
- Implemented robust authentication and real-time communication.
- Enhancing user interaction.
- Improved backend reliability with best production practices and efficient logging and rate limiting.
npm i
pnpm i
yarn i
NEXT_PUBLIC_BASE_URL=http://localhost:3001/api/v1
npm run dev