Skip to content

Inquiry Portal where visitors can chat with agents in realtime.

Notifications You must be signed in to change notification settings

kushtej/nodejs-inquiry-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inquiry Portal

A chat application to interact with Client/Agent!

A Realtime Inquiry portal built on NodeJS with MySQL database backend to chat with clients/Agents in realtime and ask any inquiry related to anything built using websockets without using any external libraries for front end.

preview

Login System (Built not using any external libraries) :

nodejsloginsystem

Agent Portal :

preview

Visitor Portal :

preview

Setting up the project :

Step-01 : Cloning the project

$ git clone https://github.com/kushtej/nodejs-inquiry-portal.git

Step-02 : Setting up the Database

  1. Change DB username and DB password in database/db_auth.js
  2. Run the following file to setup database ./database/db_exec.sh

Step-03 : Installing Node Dependencies and Running the Server

$ npm install
$ npx nodemon

The Node Server will run on PORT:3000 and Websocket will run on PORT:3001

Step-04: Now open your Web-Browser and paste the following url :

http://127.0.0.1:3000/

Releases

No releases published

Packages

No packages published

Languages