npm install
open the site with live server
Node.js: Backend environment for server-side logic. Express.js: Web framework used for building APIs and handling HTTP requests. CORS: Handling Cross-Origin Resource Sharing issues using the configuration cors({ origin: '*' }). Body-Parser: Parsing incoming request bodies in a middleware before handling them. Nodemon: For automatically restarting the server during development when file changes are detected. JavaScript: Backend logic written in JavaScript. Vite: Fast frontend build tool used for Shukla Store to bundle and serve the application during development.
Author sudhanshu