This is my Node project using the Moongose database, Here I just simply showed the basic things in this Project. How to do Add/Delete/Edit products in the Websites as well as in the database also, I am showing this thing in this Project. And here also use Session and Cookie function. Client give the request to the server and here server store the seesion and server response back to the client ad store Cookie.
When I did this project that's time I learned about JavaScript, NodeJs, ExpressJs, HTML, CSS, PUG, Handlebars, EJS, SQL, Sequealize, MongoDb and Mongoose DataBase. One more thing Here "npm" is the most vital thing that's why I also go through the npm official website and learned from there.
Here I am sharing a few official websites that are helped me a lot in my learning purposes.
In my project i am Install (nodemon) for devDependencies: -
npm install --save-dev nodemon
For dependencies i am Install (body-parser,ejs,express,mongoose): -
npm i --save body-parser ejs express mongoose