Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 782 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 782 Bytes

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