This is the backend server for the ChatApp project, built with Express and Socket.io.
- Node.js (v14 or later)
- npm
-
Clone the repository:
git clone https://github.com/Mich-Elle-Lo/ChatApp.git cd ChatApp/server -
Install the dependencies:
npm install
To start the server with Nodemon, use the following command:
npm nodemon server.js