This project is a simple chat application created as a study project. It uses Node.js and Socket.io to enable real-time chat between users.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Make sure you have the following software installed before you proceed:
Node.js: You can download Node.js from the official website.
NPM: Node.js includes NPM (Node Package Manager).
Follow these steps to install and set up the project:
git clone https://github.com/victormoni/TalkZone.git
npm install
Start the server: Start the server to run the application.
npm start