discord-clone

Discord Clone using React, ReactQuery, Tailwindcss, Redux, Socket IO, NodeJS, Express, MongoDB and Redis.

68747470733a2f2f692e696d6775722e636f6d2f4a6d565832435a2e706e67

features

  • React is used along with Redux to power the front-end.
  • React-Query is used for request API and caching.
  • tailwindcss is used to create a similar Discord UI.
  • Socket.io is used for real-time messaging.
  • MongoDB to save data
  • Redis for interacting with socket, also can be used as socket adaptor for scaling.

How To Run

1- navigate to backend folder and follow README.md instructions.

2- navigate to frontend folder and follow README.md instructions.