This project is being developed using the following technologies:
To clone and run this application, you'll need Git, Node.js + Yarn and MongoDB installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/ViniciusLeonardovky/realtime-chat-typescript.git
# Go into the repository
$ cd realtime-chat-typescript/
# Go into backend
$ cd backend
# Install dependencies
$ yarn install
# Start the backend server
$ yarn dev:server
# On another terminal, go to the frontend folder
$ cd ../frontend
# Install dependencies
$ yarn install
# Start the frontend server
$ yarn start