See a Video Demo | Technologies | How To Use
A simple and minimal chat real time, developed with JavaScript. I upgrade my skills with this project. I recommend that yours can learning this repo and build more betters things.
NOTE: This project was developed in monorepo, using yarn workspaces for make this.
For use, you need clone and run this steps from your command line:
NOTE: Before, in server, you need update the .env-example for .env name, and update the var MONGO_CONNECT inside the file.
# Clone this repository
$ git clone https://github.com/luisotavio756/real-time-chat.git
# Go into the repository
$ cd real-time-chat
# Install packages
$ yarn install or npm install
# Run start server
$ yarn dev:api
# Run start client
$ yarn dev:client
Made with ♥ by Luis Otávio 🚀
