Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/busrarafa/petshop
- Owner: BusraRafa
- Created: 2022-02-21T15:27:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T20:15:32.000Z (about 2 months ago)
- Last Synced: 2024-11-13T21:22:59.743Z (about 2 months ago)
- Topics: css, html, html-css-javascript, javascript, scss-framework
- Language: JavaScript
- Homepage:
- Size: 11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.