Skip to content

A minimalistic secure full stack chat application

Notifications You must be signed in to change notification settings

DharaneshSP/ROOM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimalistic secure full stack chat application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published