A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io & Vue
Make sure you have Node.js and npm installed.
You need to create a database locally and named it as "hichat"
In the root of front-end Folder, open the base and run the command as follows
$ npm install
In the root of back-end Folder, open the base and run the command as follows
$ npm install
$ npm run dev
$ npm run test
Open a new link "http://localhost:8000/#/", then the app will run on the browser and you can follow the command tips and begin to use the hichat.