Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 709 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 709 Bytes

Social Media Application

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

Features/Outcomes

  • Implemented robust authentication and real-time communication.
  • Enhancing user interaction.
  • Improved backend reliability with best production practices and efficient logging and rate limiting.

Install dependencies

npm i
pnpm i
yarn i

Setup environment variables

NEXT_PUBLIC_BASE_URL=http://localhost:3001/api/v1

Run the application

npm run dev