NidheeshaT / CHATAPP-Backend

backend for the chat app using express js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CHATAPP-Backend

Backend for Chat Application bulit using MERN and Socket.io.

Tech used:

Installation

    • Fork the repo
    • Clone the repo to your local system
    git clone https://github.com/NidheeshaT/CHATAPP-Backend.git
    cd CHATAPP-Backend
    
  1. Install the dependencies:

     npm install

    or

    yarn install
    
  2. Then, run the development server:

    npm run dev

    or

    yarn dev
    

Open LocalHost 3000 port with your browser to see the result.

About

backend for the chat app using express js


Languages

Language:JavaScript 99.1%Language:Dockerfile 0.8%Language:Procfile 0.1%