Skip to content
/ scoop Public

🌟 Scoop is a PHP/MySQL promo site that lets buyers instantly connect with sellers via WhatsApp πŸ’¬. It showcases products with images πŸ“Έ, prices πŸ’°, and descriptions πŸ“, allowing fast, direct deals ⚑ through a single tap πŸ“±. Simple, smart, and built for quick sales πŸš€.

License

Notifications You must be signed in to change notification settings

Dayifour/scoop

Repository files navigation

Scoop πŸ›οΈπŸ“±

A simple PHP/MySQL marketplace connecting buyers and sellers via WhatsApp.
No cart β€” just click, chat, and deal! πŸ’¬πŸ€

PHP MySQL


✨ Features

  • πŸ–ΌοΈ Product showcase with image, description, and price
  • πŸ“² Direct contact via WhatsApp button
  • 🧰 Admin panel for managing product listings
  • πŸ” Lightweight search by category or keyword

πŸ› οΈ Installation

  1. πŸ“₯ Clone the repository

    git clone https://github.com/yourusername/scoop.git
    cd scoop
  2. πŸ—„οΈ Import the database

    • File: scoopbd.sql (located in the root folder)
    • Import it using phpMyAdmin or command line
      It will create the database scoopbd
  3. βš™οΈ 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');
  4. βœ… Done!
    Host the folder on your local server (like XAMPP, MAMP...) β€” no build or compilation needed.


πŸ—‚οΈ Project Structure

/scoopbd.sql         # MySQL export file
/includes/           # DB config and utility functions
/admin/              # Admin dashboard
/uploads/            # Product images
index.php            # Main product listing

🌐 Live Demo

πŸ”— [Add your demo link here]


πŸ’‘ β€œNo cart, no complexity β€” just real people making real deals.” ✨


🀝 Contributions

πŸ‘₯ Pull requests are welcome! For major changes, please open an issue first.


πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

Created by: Dayifour and Doubafly

About

🌟 Scoop is a PHP/MySQL promo site that lets buyers instantly connect with sellers via WhatsApp πŸ’¬. It showcases products with images πŸ“Έ, prices πŸ’°, and descriptions πŸ“, allowing fast, direct deals ⚑ through a single tap πŸ“±. Simple, smart, and built for quick sales πŸš€.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •