Skip to content

gabrielpereiram10/support-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Support Chat

NPM

Sobre o projeto

Aplicação desenvolvida durante a NLW05 Trilha NodeJs, evento organizado pela RocketSeat.

Chat de suporte ao cliente.

Layout cliente

Client 1 Client 2

Layout atendente

Admin 1 Admin 2

Tecnologias utilizadas

  • HTML
  • CSS
  • TypeScript
  • ExpressJs
  • SQLite3
  • TypeORM
  • Socket.oi

Como executar o projeto

Pré-requisitos: npm / yarn

# clonar repositório
git clone https://github.com/gabrielpereiram10/chat.git

# instalar dependências
yarn install

# executar o projeto
yarn dev

Cliente: localhost:3333/pages/client

Atendente: localhost:3333/pages/admin