Skip to content

mac-alves/chat-nodejs

Repository files navigation

ChatNode

ChatNodeJs

ChatNodeJs - chat in real time using NodeJs and Socket.io


GitHub language count GitHub top language GitHub repo size GitHub last commit GitHub

Technologies   |    How To Use   |    License

🚀     Technologies

This project was developed with the following technologies:

‼️     Dependencies

ℹ️     How To Use

# Clone this repository
$ git clone https://github.com/mac-alves/chat-nodejs.git

# Go into the repository
$ cd chat-nodejs/

# Install dependencies
$ npm install

# Perform the migration to create the database
$ npm run knex:migrate 

# run project
$ npm run dev

# build project
$ npm run build

# run the project in production
$ npm run build

📝     License

This project is under the MIT license. See the LICENSE for more information.


Autor

⚓    Mauricio Alves - Github - mac-alves