This is a README file for Shoplify India, a dynamic e-commerce website. It provides features such as user login with email verification, an add-to-cart function, and an admin panel for managing products.
User Registration and Login:
Users can register on the website using their email address and password. Email verification is required for account activation. Users can log in using their registered email and password.
The website offers a catalog of products available for purchase. Each product is displayed with details such as name, description, price, and an image. Users can browse and search for products.
Users can add products to their shopping cart. The shopping cart keeps track of the selected products, their quantities, and the total cost. Users can update quantities or remove products from the cart.
Users can proceed to checkout once they have selected the desired products.
An admin panel is available for managing products and orders. Admin users can add new products to the catalog. Admin users can delete existing products from the catalog. Admin users can view and manage customer orders.
Front-end: HTML, CSS: The website's user interface is built using these standard web technologies.
Server-Side Language: A server-side language java can be used to handle requests and responses.
Authorization: Admin-specific routes and functionalities can be protected using role-based access control. Admin Dashboard: An admin dashboard can be built using a front-end framework with CRUD (Create, Read, Update, Delete) operations for managing products and orders.
To set up the Shoplify India e-commerce website locally, follow these steps: Clone the repository or download the source code. Set up the database and configure the database connection. Run the index.html file. Access the website in a web browser and begin exploring the features.
Happy shopping with Shoplify India!