/projeto_nlw

Real-time Chat

Primary LanguageTypeScriptMIT LicenseMIT

Real-time Chat


💻 Technologies

This project was developed using the following technologies:

🎯 Project goals

This project was devloped on NLW (Next Level Week) 05 on the NodeJS trail.

The goal is to devlop a live chat for a support.

🏃 How to run

  • Clone this repository
  • Install yarn npm install --global yarn
  • Install all dependencies with yarn install
  • Run scripts to initialize database yarn typeorm migration:run
  • Start the server with yarn dev

You can access the customer view app typing localhost:3333/pages/client on your browser.
You can access the support view app typing localhost:3333/pages/admin on your browser.

📄 License

This project is under the MIT LICENSE