It is a real time chat made with nodejs and vuejs, based on the whatsapp platform.
-
You need to create the database which is located in the data folder.
-
You need to install nodejs and its package manager npm.
-
Go to the application folder and open a terminal.
-
Install the application dependencies with the next command:
npm install
-
Execute the next command in the terminal.
npm start
-
Access using the following url: http://localhost:4001