This repository will contains all practical examples I learned in this Node.js course from CodeWithMosh programming course. The complete Node.js course https://codewithmosh.com/p/the-complete-node-js-course
Step 1: git clone this repo: git clone [email protected]:mrazadar/codewithmosh-nodejs.git codewithmosh
Step 2: cd to the cloned repo: cd codewithmosh
Step 3: cd to any particalur example: cd vidly
Step 4: Install the Application with npm i
Step 5: Run the application with node app.js
or node index.js