Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 561 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 561 Bytes

social-media-app

It is a social media web app developed with Node (Express), React, and MySQL DB with sequelize.js for ORM. It has common features of posts, comments, live chat, audio, and video call. For the live chat, it uses Web socket (socket.io). And, for accomplishing the audio and video calls, it employs WebRTC technology. Moreover, GraphQL is used from the backend whereas the frontend is built with Mui react components to give it a robust and responsive UI with redux for state management. Both frontend and backend are developed with Typescript.