Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General Assembly Logo

Mad Hat Group Chat

Fourth and final project in General Assembly's course 'Web Development Immersive'. This project requirments were building a full stack web application, using React as a front end framework interacting an backend Express.js api along with building the database using MongoDb.

Web Application Description

This web application offers the service of live chatting in more than one chat rooms with the other apps users.

Client-side


Prerequisites

npm

$ npm install

Run server

$npm start

Data Modeling

Users -|--< Chatrooms

Users Chatrooms
id primary key id primary key
email title string
password hashed
_id Foriegn key owner Foriegn key
created_at datetime created_at datetime
updated_at datetime updated_at datetime

Technologies

  • Express.js
  • Node.js
  • Socket.io
  • Mongoose
  • Passport

Demo

Resourses

  • Socket.io

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages