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

https://github.com/escandiuzzi/marketplace


https://github.com/escandiuzzi/marketplace

Last synced: 10 months ago
JSON representation

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