vinigomes / projeto_nlw

Real-time Chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Real-time Chat

License:MIT License


Languages

Language:TypeScript 56.7%Language:JavaScript 16.2%Language:HTML 15.0%Language:CSS 12.2%