محتوى الكورس 1 Project1 Products Nodejs Web Project Introduction, Prerequisites, and Required Modules 2 Project1 Products Nodejs Web Project Install all Required Modules of Products Project 3 Project1 Create Table of Products into MySQL Database from phpMyAdmin 4 Project1 Products Nodejs Folder Structure of Site and downloading bootstrap 5 Project1 Products Nodejs Web Project Create Header Page as Partial Page and Test It 6 Project1 Products Nodejs Web Project set configuration on master file using modules 7 Project1 Products Nodejs configure routes for app and make module to render ejs pages 8 Project1 Products Nodejs solve routes problem and run another routes with data sent 9 Project1 Products Nodejs Web Project Add New Product Page Design 10 Project1 Products Nodejs Connection to MySQL Database and routes for get and post 11 Project1 Products Nodejs http status codes and check request data into post function 12 Project1 Products Nodejs write SQL insert with variables values sent from post 13 Project1 Products Execute Insert Into DB From Node, get Inserted Auto Increment ID 14 Project1 Products Nodejs Upload Image allow specific images types rename image name 15 Project1 Products Nodejs index page get all products from database to render 16 Project1 Products Nodejs index page get all products and render it into html table 17 Project1 Products Nodejs Render Products Images and solve some issues 18 Project1 Products Nodejs editPage programming get method 19 Project1 Products Nodejs show data into edit page 20 Project1 Products Nodejs Complete Edit Service 21 Project1 Products Nodejs Complete Delete Service