├── index.html # Landing page with links to register or log in ├── register.html # User registration form ├── register.php # Backend PHP handler to save user data ├── login.html # User login form ├── ...
Welcome to the E-Commerce Website repository! This project is a full-featured e-commerce application built using the MERN (MongoDB, Express.js, React, Node.js) stack. The application includes JWT ...