Skip to content

rahul-bhatt43/CodersChatB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoderChat Web Application

Overview

CoderChat is a real-time chat application that allows users to communicate through different rooms.

Backend

Dependencies

  • cors: ^2.8.5
  • dotenv: ^16.3.1
  • express: ^4.18.2
  • mongoose: ^8.0.0
  • socket.io: ^4.7.2

Commands

  • Start the Server: npm start
  • Run in Development Mode: npm run dev

Clone Repository

git clone https://github.com/rahul-bhatt43/CodersChatB.git
cd CodersChatB
npm install

Frontend

Dependencies

  • react: ^18.2.0
  • react-dom: ^18.2.0
  • socket.io-client: ^4.7.2

Development Dependencies

  • @types/react: ^18.2.37
  • @types/react-dom: ^18.2.15
  • @vitejs/plugin-react: ^4.2.0
  • eslint: ^8.53.0
  • eslint-plugin-react: ^7.33.2
  • eslint-plugin-react-hooks: ^4.6.0
  • eslint-plugin-react-refresh: ^0.4.4
  • vite: ^5.0.0

Commands

  • Run in Development Mode: npm run dev
  • Build for Production: npm run build
  • Lint Code: npm run lint
  • Preview Build: npm run preview

Clone Repository

git clone https://github.com/rahul-bhatt43/CodersChat.git
cd CodersChat
npm install

Usage

  1. Start the backend server using npm start or npm run dev.
  2. Start the frontend development server using npm run dev.
  3. Access the application in your browser.

Releases

No releases published

Packages

No packages published