Welcome to the Simple Grocery Store project! This is a basic web application built using PHP that simulates a grocery store's online platform. Users can browse through various products, add them to their cart, and proceed to checkout.
- User Registration and Authentication: Users can create accounts and log in to the system.
- Product Catalog: Display a list of available grocery items with details such as name, price, and description.
- Shopping Cart: Users can add products to their cart, view their cart contents, and update or remove items.
- Checkout Process: Users can proceed to checkout, review their order, and provide shipping and payment information.
- PHP: Backend scripting language used for server-side logic.
- MySQL: Database management system for storing product and user data.
- HTML/CSS: Frontend for user interface and styling.
- JavaScript: Used for enhancing user interactions.
- GitHub: Version control and collaborative development.
- Clone the repository to your local machine.
- Set up a web server (e.g., Apache) and configure it to serve the project directory.
- Import the provided SQL file to set up the database schema and initial data.
- Modify the database connection settings in
config.php
to match your local environment. - Access the project in your browser and start exploring the grocery store.
- Register an account or log in if you already have one.
- Browse through the product catalog and click on items to view details.
- Add products to your cart, adjust quantities, and proceed to checkout.
- Admin users can log in to the admin panel to manage products, orders, and user accounts.
Contributions are welcome! If you find a bug or have an enhancement in mind, please open an issue or submit a pull request.
Feel free to customise and expand on this README template based on the specifics of your project. Make sure to include detailed instructions for setting up the project, using its features, and contributing to its development.