A chat application similar to slack.
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
After installing mongoDB, create the database chatAppDB using:
$ mongo
$ use chatAppDB