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
1. Node.js and Express.js
2. MySQL
$ git clone https://github.com/vinayak1809/Chat-Application.git
$ cd chat-application
$ npm i
$ Change Database Username and Pasword
$ npm start