A web app chat with random people. You can connect with random people who are online and looking to connect.
- fork the repo and clone in your machine
- go to backend directory and run
yarn install
andyarn start
to start the backend service at localhost:5000 - go to frontend directory and run
yarn install
andyarn start
to start the frontend service at localhost:3000
- React as a frontend library
- Express for backend