Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (21 loc) · 1.21 KB

Chat-Hub

A chat application similar to slack.

DeepSource Issues

DeepSource DeepSource

Screenshots

Dashboard Interface
Interface Login Screen
Signup Screen Home Screen

Issues

GitHub issues GitHub pull requests

After cloning, you might need to perform this operation for the error:

Failed to start: react-scripts: Permission Denied

$ chmod a+x app/node_modules/.bin/react-scripts

Create DB

After installing mongoDB, create the database chatAppDB using:

$ mongo

$ use chatAppDB