Laravel-based Online Art Auction Platform
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.
- 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
- 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)
- Backend: Laravel 10.x
- Frontend: Blade, HTML5, Bootstrap 4, jQuery
- Database: MySQL
- Icons & UI: Font Awesome, AdminLTE
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:generateUpdate your `.env` file with DB credentials:
DB_DATABASE=your_database DB_USERNAME=your_username DB_PASSWORD=your_password
resources/views/ ├── administrator/ │ ├── includes/ │ └── requests.blade.php ├── user/ │ ├── includes/ │ └── login.blade.php
This project is licensed under the MIT License — feel free to use and modify it.
Developed by QPPD for artists, collectors, and creative communities. Contributions and stars are welcome!