Skip to content

Projeto SAFEs com chat em tempo real com NodeJS + Socket.io

Notifications You must be signed in to change notification settings

uelydaluiza/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projeto SAFEs com chat em tempo real com NodeJS + Socket.io

Getting started

Open the backend folder and execute the commands:

  npm install
  
  knex migrate:latest
  knex seed:run
  
  npm start

If knex commands not work, run npm install knex -g.

Open the frontend folder and execute the commands:

  npm install
  npm start

Projects URL

About

Projeto SAFEs com chat em tempo real com NodeJS + Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published