Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 476 Bytes

File metadata and controls

16 lines (13 loc) · 476 Bytes

nodejs-playlist

Node Js Tutorial Practices from NetNinja

Requirement

Add your mongodb cloud cluster db path string to work, other than practices folder.

mongodb cloud cluster connection string, example

Add connection string to connect

example

mongoose.connect("Add_your_connection_string_here_to_work_this_main_tutorial_app", {useNewUrlParser: true});

npm installation

Clone the git repository. Install dependencies from this tutorial.

example:

==> npm install