Skip to content

jeffbahns/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiveChat

Currently hosted here via Heroku

(https://react-live-chat.herokuapp.com)

Description

Using React, NodeJS + Express, this application facilitates live messing between users.

Installation

In root directory:

npm install
npm run server

In Client/ directory:

npm install
npm start

Finally, to run locally, in the main directory:

npm run dev

Database Functionality

I recently introduced SQL database functionality to this program, which is optional. It will automatically activate if a proper .env file exists in this format:

DB_HOST=localhost
DB_PORT=3306
DB_USER=username
DB_PASS=password
DB_DATABASE=chat

The above configuration functions well with my local Docker setup.

About

A chat application, implemented with SocketIO, Node, and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published