Skip to content

Raj-kumar-singha/Session-Cookies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Session & Cookies-Project

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.

Session & Cookies Function

Lessons Learned

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.

Difference B/W Session and Cookies: -

Session and Cookies Difference

Websites

Here I am sharing a few official websites that are helped me a lot in my learning purposes.

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published