Skip to content

Latest commit

 

History

History
45 lines (42 loc) · 1.12 KB

README.md

File metadata and controls

45 lines (42 loc) · 1.12 KB

Chat

Chat online feito com socket.io, node.js, express e react.

Screenshots

Home

Pagina home

Cadastro

Pagina home

Pagina home

Chat

Pagina home

Pagina home

Pagina home

Run application

Run server

git clone https://github.com/enyasantos/chat-nodejs.git
cd server
npx knex migrate:latest
yarn install or npm install
yarn start:dev or npm start:dev

Run frontend

git clone https://github.com/enyasantos/chat-nodejs.git
cd chat
yarn install or npm install
yarn start or npm start

Licença

This project is licensed under the MIT License - see the LICENSE page for details.