An open API service indexing awesome lists of open source software.

https://github.com/luc-ribeiro/nlw-05-chatty-node

Chatty is a real-time customer service chat. Built with Node.js, Express and Socket.io
https://github.com/luc-ribeiro/nlw-05-chatty-node

express nodejs socket-io sqlite3 typescript

Last synced: 2 months ago
JSON representation

Chatty is a real-time customer service chat. Built with Node.js, Express and Socket.io

Awesome Lists containing this project

README

          


Next Level Week #05 - Chatty


Click here to view the english version.


## 💻 Projeto
O Chatty é um chat para atendimento de clientes em tempo real.

## 🚀 Tecnologias

- **Node.js**
- **Express**
- **TypeScript**
- **Socket.io**


## :page_facing_up: Como utilizar

Faça um clone deste repositório:

```sh
$ git clone https://github.com/luc-ribeiro/nlw-05-chatty-node.git
```

Instale as dependências:

```sh
# com npm
$ npm install

# com yarn
$ yarn install
```

**Caso ainda não tenha o arquivo `database.sqlite` dentro da pasta `src/database`, crie esse arquivo e rode `yarn typeorm migration:run` para criar as tabelas do banco de dados.**



Execute o comando:

```sh
# com npm
$ npm run dev

# com yarn
$ yarn dev
```

Acesse o projeto em `localhost:3333`