https://github.com/escandiuzzi/marketplace
https://github.com/escandiuzzi/marketplace
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/escandiuzzi/marketplace
- Owner: Escandiuzzi
- Created: 2025-05-05T14:50:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T23:08:39.000Z (about 1 year ago)
- Last Synced: 2025-06-01T22:43:32.396Z (about 1 year ago)
- Language: PHP
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🛍️ Store Management System
A PHP-based web application for managing users, suppliers, and products in a store-like environment. Built with a custom MVC-style structure, this app provides admin and client views, CRUD operations, and a clean UI using Tailwind CSS.
## 📁 Features
### 🔒 Admin Area
- Create, update, delete users (clients)
- Manage suppliers and their addresses
- Manage products (including stock and supplier assignment)
- View products by supplier
### 👤 Client Area
- View all available products
- Search products by name
- View product details
## 💡 Technologies
- PHP 8.x+
- MySQL
- Tailwind CSS
- PDO for secure database access
- MVC-inspired folder structure (DAO, Models, Views, Actions)
## 🛠️ Setup Instructions
1. **Clone the repository**
```bash
git clone https://github.com/yourusername/store-management.git
cd store-management