This project was developed using cutting edge back-end technologies.
Clone the project and access the folder
$ git clone https://github.com/guiathayde/chat-websocket.git && cd chat-websocket
Follow the steps below
# Create the container of database with Docker
$ docker run --name chat_websocket -p 27017:27017 -d -t mongo
# Install the dependencies
$ yarn
# Run the project
$ yarn dev
- Access the link http://localhost:3000/
Made with ๐ by Guilherme Athayde