Skip to content

Latest commit

 

History

History
80 lines (54 loc) · 1.92 KB

README.md

File metadata and controls

80 lines (54 loc) · 1.92 KB

ROOM

A minimalistic secure application offering secret password protected chat rooms for discreet and private conversations.

Tech Stack

  • image
  • image
  • image
  • image
  • image
  • image
  • image

Installation

  • Clone The Repository

      git clone https://github.com/DharaneshSP/ROOM.git
    
  • Start Socket Server

    • Redirect To Server folder

          cd server
      
    • Install Dependencies

          npm i
      
    • Start The Server

          npm run start
      
  • Start Main App

    • Redirect To Room folder

          cd client/Room
      
    • Install The Dependencies

          npm i
      
    • Create an .env file and paste your database url

    • Ensure and update the socket server port in the libs/constants.js file.

    • Start The App

          npm run dev
      

Open http://localhost:3000 at your Web Browser

Deployed Site

TRY MY WEBSITE

Prefer To Turn Off Dark Mode