Skip to content

kumardurgesh91/glivertest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glivertest

Chat room application using Node.Js, Express.js & MySql

#Installation

  1. Install node.js
  2. Install MySql
  3. Clone project and go into project folder using cmd or terminal.
  4. Run "npm install"
  5. Run MySql on port 3306
  6. Create database with name glivertest.
  7. Create table with name "users" and following collumns : id, firstname, lastname, email and password. Ref: app.js line number 30.
  8. Change database usename & password to MySql username & password in app.js line number 28.
  9. Execute command "node app.js" in project folder, HTTP server will start at http://localhost:3000.

About

Chat room application in Node.Js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published