A simple PHP/MySQL marketplace connecting buyers and sellers via WhatsApp.
No cart β just click, chat, and deal! π¬π€
- πΌοΈ Product showcase with image, description, and price
- π² Direct contact via WhatsApp button
- π§° Admin panel for managing product listings
- π Lightweight search by category or keyword
-
π₯ Clone the repository
git clone https://github.com/yourusername/scoop.git cd scoop
-
ποΈ Import the database
- File:
scoopbd.sql
(located in the root folder) - Import it using phpMyAdmin or command line
It will create the databasescoopbd
- File:
-
βοΈ Configure the database connection
Edit the file/includes/config.php
:define('DB_HOST', 'localhost'); define('DB_USER', 'root'); define('DB_PASS', ''); define('DB_NAME', 'scoopbd');
-
β Done!
Host the folder on your local server (like XAMPP, MAMP...) β no build or compilation needed.
/scoopbd.sql # MySQL export file
/includes/ # DB config and utility functions
/admin/ # Admin dashboard
/uploads/ # Product images
index.php # Main product listing
π [Add your demo link here]
π‘ βNo cart, no complexity β just real people making real deals.β β¨
π₯ Pull requests are welcome! For major changes, please open an issue first.
This project is licensed under the MIT License - see the LICENSE file for details.