Skip to content

Omiyy/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatApp

Simple MERN chat app — minimal, private, and fast.

Author: Om Singhal

Repo layout

Features

  • Real-time messaging with Socket.IO
  • Group and 1:1 chats
  • User authentication with JWT
  • File upload (profile pictures)
  • Responsive UI built with Chakra UI

Tech stack

  • Node.js, Express, Socket.IO
  • MongoDB (Mongoose)
  • React, Chakra UI

Environment variables

Create a .env in backend/ with at least:

  • PORT=5000
  • MONGO_URI=your_mongo_connection_string
  • JWT_SECRET=your_jwt_secret

Build for production

From project root: npm run build This script builds the frontend and prepares the repo for deployment.

Useful files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published