Forum Chat App
A MERN stack social media application.
Key dependencies
- React
- React-Router-Dom
- MaterialUI
- Jwt
- Express
- Mongoose
- Bcrypt
- Socket.io
Pre Steps
To run React frontend
cd frontend
frontend > npm i
frontend > npm run dev
To run Node.js/Express backend
cd backend
backend > npm i
backend > npm start
Features
- One on One chats.
- Topic based groups/forums.
- Interactive maps to enable users to leave reviews, enhancing community engagement.
- Event Scheduler to create, invite and track RSVPs.
Signing Up
- User can sign up using their gmail, through which they are going to be verified.
Logging in
- User can login using their email and password.
Dashboard