Skip to content

ryandaaa/StandHub

Repository files navigation


🚀 StandHub — Stand Management System

Platform modern untuk mengelola stand bazaar, booking, vendor, pembayaran, dan notifikasi — dibangun dengan Laravel + Tailwind.




✨ Features

  • 🔐 Multi-Role Authentication (Admin & Vendor)
  • 🏬 Stand Management (CRUD, availability, filtering)
  • 📅 Fast Booking System (real-time status update)
  • 💳 Payment Upload & Verification
  • 🔔 Smart Notification System
  • 📊 Modern Dashboard untuk Admin & Vendor
  • 📁 File Uploading (bukti pembayaran, dokumen)
  • 📨 Email Alerts
  • 🎨 Clean UI — fully responsive, Tailwind powered

🧱 Tech Stack

Layer Tech
Backend Laravel 12, PHP 8.3
Frontend TailwindCSS, Blade Components
Database MySQL 8 / MariaDB
Tools Vite, Composer, npm, Cloudflare Tunnel
Deployment Vercel / Cloudflare / Railway

⚡ Installation

1️⃣ Clone Repository

git clone https://github.com/ryandaaa/StandHub.git
cd repo-name

2️⃣ Install Dependencies

composer install
npm install
npm run build # atau npm run dev untuk development

3️⃣ Setup Environment

Copy .env:

cp .env.example .env

Generate app key:

php artisan key:generate

4️⃣ Import Database

php artisan migrate --seed

5️⃣ Run Local Server

php artisan serve

🔑 Default Credentials (Dummy) Role Email Password

Admin admin@standhub.test password

Vendor vendor@example.com password

🧪 API Support Project ini sudah siap untuk pengembangan API jika ingin dibuat aplikasi mobile.

Struktur endpoint bisa dikembangkan di:

routes/api.php

Pull requests dipersilakan. Bug, saran fitur, atau diskusi bisa buka Issue.

📜 License MIT — bebas digunakan untuk apapun.

Made with ❤️ & ☕ by Ryanda
```

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published