Skip to content

mac-alves/chat-nodejs

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

906ce96 · Dec 13, 2022

History

27 Commits
Jun 26, 2020
Jun 26, 2020
Jun 26, 2020
Jun 17, 2020
Jun 23, 2020
Jun 26, 2020
Jun 26, 2020
Jun 20, 2020
Dec 13, 2022
Jun 26, 2020
Jun 20, 2020

Repository files navigation

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