A simple chat application that allow users to chat with whoever is online on the application.
- Clone this repo
- Copy MongoDB URI to config file
- Run
npm install
to install dependencies for server - In client folder, run
npm install
andnpm run build
to install dependencies for client - Run
npm start
to start development server - Visit localhost:5000