Skip to content

quysterben/ChatApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chat App

Welcome to the Simple Chat App! This project is a basic chat application built using React, ExpressJS with MongoDb and Socket.IO

Features

  • Real-time chat with multiple users
  • User authentication

Getting Started

Prerequisites

  • [List any prerequisites, e.g., Node.js, npm, etc.]

Installation

  1. Clone the repository:

    git clone https://github.com/quysterben/ChatApp.git
    cd ChatApp
  2. Install dependencies: Backend

    cd server
    npm install

    Frontend

     cd client
     npm install

Usage

  1. Start the application: Backend
    npm start
    Frontend
     npm start
  2. Open your browser and navigate to http://localhost:3000.

About

Simple realtime chat application with NodeJS, Socket.IO, Mongoose and ReactJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors