Skip to content

nyctophiliacme/Chat-App

Repository files navigation

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

Releases

No releases published

Packages

No packages published