Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 699 Bytes

README.md

File metadata and controls

54 lines (33 loc) · 699 Bytes

Vppcoe Chat Application

This Application is Built using React Js. Simple Web Chat Application

Installation

Install Project using Git

  git clone https://github.com/SikandarJODD/mint.git
  cd mint

Connection Database using MongoDb

Specify the Database Name

mongodb://localhost:27017/DatabaseName

Install the Dependencies on your System

1] Go in Public Folder

    cd public
    npm i
    npm start

Go in Server Folder

    cd server
    npm i
    npm start

Application will be Run on Localhost 3000

Screenshot

Registration of User

Screenshot

Chat Application

Screenshot