Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 544 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 544 Bytes

Getting Started

Chat application built with Node.js, Express.js and Socket.IO.

Requirements

  • Node.js 20.11.0 or latest installed on your system.

Development Steps

  1. Clone the respository: git clone https://github.com/jumagu/chat-app.git.
  2. Install Node Modules: npm install or npm i.
  3. Rename the .env.template file to .env and assign the values to the variables as appropriate.
  4. Run the application: execute in the console on your app path nodemon app (if you already have nodemon installed globally) or node app.