A MERN Stack Chat Application
Table of Contents
This real-time chat application is designed to facilitate instant messaging between users, integrating secure user registration, authentication, and image upload functionalities. Built with React and Node.js, it demonstrates my ability to create dynamic and interactive full-stack applications.
👉 Real-time Messaging: Enables instant communication between users with live updates.
👉 User Authentication: Secure user login and registration using bcrypt.js for password hashing.
👉 Image Upload: Allows users to upload and display profile images, managed via Cloudinary.
👉 Protected Routes: Middleware to protect routes, ensuring only authenticated users can access certain pages
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Nisarsaeed/real-time-chat-application.git
- Install NPM packages
npm install
Nisar Saeed - saeed_nisar@yahoo.com
The resources used in this project are referenced below: