Mayank0255 / Chat-Room

Chat rooms with any development related topics with the color scheme of Discord

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat Room

Chat rooms with any development related topics with the color scheme of Discord

Technologies Used

Back-end

  • For handling server requests: Node.Js (with Express Framework)
  • Web Sockets: Socket.io
  • As Database: MongoDB

Front-end

  • Tools: HTML, CSS & Javascript
  • Color Scheme: Discord Branding Scheme

Guidelines to setup

Prerequisites

  • NPM should be installed: NPM version > 6.8.5
  • NODE should be installed: NODE LTS version > 10.12.8
  • MongoDB should be installed: MongoDB version > 4.1.0

Steps

  1. Create a .env file and the format should be as given in .env.example.
  2. Run these commands then -
    npm install (To install all the dependencies)
    
    npm audit fix     (Run this to audit fix all the vulnerabilities)
    
  3. Start the server -
    npm start (run the server)
    

DEMO

IMAGES:

About

Chat rooms with any development related topics with the color scheme of Discord


Languages

Language:JavaScript 46.5%Language:CSS 31.7%Language:HTML 21.5%Language:Shell 0.3%