Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 551 Bytes

File metadata and controls

24 lines (18 loc) · 551 Bytes

Learning-Node.js

A Simple Demo App chat client project done as a part of Learning Node.js from LinkedIn Leaning platform.

Tools and Frameworks Used : MongoDb, Node.js, Express.js, Socket.io

Getting Started

Step 1: Clone this repo

$ git clone https://github.com/Nirmalkumar6112/Learning-Node.js.git
$ cd Learning-Node.js

Step 2: Install project dependencies, which are listed in package.json.

$ npm install

Step 3: Update the MongoDb Connection URL in server.js.

Step 4: Start the Server

$ nodemon server.js