Skip to content

cesarockstar1985/socket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes:

en es

This is a small chat made with socket io, express and nodeJS

It has a user login to enter the chat.

To rebuild the node modules you must execute the command:

npm install

Database

Open a database manager and import the socketChat.sql file that's in Db dump folder.

User Credentials:

  • First User:

    User: Cesar

    Pass: primerUsuario

  • Second User:

    User: Carlos

    Pass: segundoUsuario

Run the app

To run the app go to project root folder and execute:

npm start

The server will run the application on port 3000:

In a web browser go to localhost:3000