Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/busrarafa/petshop

php project
https://github.com/busrarafa/petshop

css html html-css-javascript javascript scss-framework

Last synced: 27 days ago
JSON representation

php project

Awesome Lists containing this project

README

        

# petShop - E-commerce Platform

## Overview
PetShop is an online platform designed to sell pet supplies, providing both customers and administrators with an easy and efficient experience. Customers can browse categories and purchase products for their pets, while administrators have access to a secure admin panel to manage products, categories, and orders.

## Features
- **Customer Side**:
- Browse products and categories.
- Secure login and registration via Google Authentication.
- Add products to the cart and place orders.
- **Admin Panel**:
- Manage product categories and products.
- Update inventory and track orders.

## Tech Stack
- **Frontend**: HTML, CSS, JavaScript, Bootstrap
- **Backend**: PHP, MySQL

## Installation
1. Clone the repository:
`git clone https://github.com/yourusername/petshop.git`
2. Configure the database in `config.php`.
3. Set up the necessary environment to run PHP and MySQL.
4. Open the project in a local server environment.