Skip to content

qppd/Creative-Gallery

Repository files navigation

🎨 Creative Gallery

Laravel-based Online Art Auction Platform


📚 About the Project

Creative Gallery is an art auction web application where artists can submit their artwork for approval, and users can explore and bid on available pieces. Admins can approve or reject submissions, while users enjoy a visually engaging gallery and bidding experience.


🚀 Features

👥 Users

  • View artworks in a responsive grid
  • Details include artwork title, category, description, and price
  • Pre-signup bidding button for engagement
  • Visual alert for unverified users

🛠️ Administrators

  • Dashboard to view all artwork requests
  • Approve or reject artwork with buttons
  • Modal view of proof of ownership videos
  • Badge-based artwork status (e.g., New)

🧰 Tech Stack

  • Backend: Laravel 10.x
  • Frontend: Blade, HTML5, Bootstrap 4, jQuery
  • Database: MySQL
  • Icons & UI: Font Awesome, AdminLTE

📦 Installation

git clone https://github.com/qppd/Creative-Gallery.git
cd Creative-Gallery
composer install
npm install && npm run dev
cp .env.example .env
php artisan key:generate

⚙️ Configure Environment

Update your `.env` file with DB credentials:
DB_DATABASE=your_database
DB_USERNAME=your_username
DB_PASSWORD=your_password

📁 Project Structure

resources/views/
├── administrator/
│   ├── includes/
│   └── requests.blade.php
├── user/
│   ├── includes/
│   └── login.blade.php

📄 License

This project is licensed under the MIT License — feel free to use and modify it.


🙌 Acknowledgments

Developed by QPPD for artists, collectors, and creative communities. Contributions and stars are welcome!

About

Creative Gallery is an art auction web application where artists can submit their artwork for approval, and users can explore and bid on available pieces. Admins can approve or reject submissions, while users enjoy a visually engaging gallery and bidding experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors