Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 365 Bytes

File metadata and controls

28 lines (16 loc) · 365 Bytes

Node JS APP

Introduction

This is node base app was created in Nodejs, Express, and Socket.io and MongoDB.

Installation

Clone this repository and run

npm install

Then run:

npm start

goto your browser

and visit localhost:8080.

Note:

You should have mongoDB installed and started for this application to work correctly.