Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 558 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 558 Bytes

learning-nodejs

This repo will load a demo app chat client following the learning provided from LinkedIn.

In order to run this repo correctly, you will need to create a new database using MongoDB Cloud, and create a config.js in your root directory for the server.js to read the connection string.

Once that is set up, you can install the dependencies,

npm install

and run the app

npm run start

Demo App