Skip to content

vinayak1809/Chat-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Application

Chat-Application with Express.js and MySQL. This Web-application contains features like:
 >   User can and Login and Sign-up
 >   To Have One-One and Many-Many conversation with anyone
 >   User can create a group, add members to groups and have a chat
 >   Group Admin can change privileges of Group

Requirements

 1. Node.js and Express.js
 2. MySQL

Setup

     $ git clone https://github.com/vinayak1809/Chat-Application.git
     $ cd chat-application   
     $ npm i
     $ Change Database Username and Pasword 

Run the Project

     $ npm start