Skip to content

A chat application built with reactjs and expressjs. With socket io for real time chat updates.

Notifications You must be signed in to change notification settings

deluxesande/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Database Structure

drawSQL-test-export-2023-11-16

Setup

Installing the web application into your workspace

Download

git clone https://github.com/deluxesande/chat.git

cd chat

Frontend setup

Installing all frontend packages

cd texy

npm install

To run the frontend server

npm run dev

Backend setup

Installing backend packages

cd texy-api

npm install

Environment setup Set up your .env file with the mongodb connection string

MONGO_URL=connectionstringhere

Runnning the server

npm run dev

About

A chat application built with reactjs and expressjs. With socket io for real time chat updates.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published