Chat application built with Node.js, Express.js and Socket.IO.
- Node.js 20.11.0 or latest installed on your system.
- Clone the respository:
git clone https://github.com/jumagu/chat-app.git
. - Install Node Modules:
npm install
ornpm i
. - Rename the
.env.template
file to.env
and assign the values to the variables as appropriate. - Run the application: execute in the console on your app path
nodemon app
(if you already have nodemon installed globally) ornode app
.