Skip to content

vnot01/myEvent-lara1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

Membuat aplikasi Tiketing Event Offline (Pameran, Show, dll) berbasis Web, dari Pembelian Tiket masuk, Validasi Tiket terhadap pengunjung hingga ke Jual Beli sederhana / Poin Of Sales.

(back to top)

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

  • Laravel : v10
  • Vue
  • Bootstrap : v5
  • JQuery
  • Laravel-Nova : BackEnd Template Using Laravel Nova : v4
  • Template-HTML : FrontEnd Template Using FestavaLiv

(back to top)

Getting Started

Ikuti instruksi berikut.

Installation

Berikut langkah bagaimana menginstal nya di Localhost. 2. Clone the repo

git clone https://github.com/vnot01/myEvent-lara1.git
  1. Move to Project Directory (myEvent-lara1)
    cd myEvent-lara1
  2. Install NPM packages
    npm install
    
  3. Install Composer packages
    composer install
    
  4. Copy .env.example dengan nama .env
    cp .env.example .env
  5. Edit .env
     APP_NAME=MyEvents
     APP_URL=http://127.0.0.1:8000
     DB_CONNECTION=mysql
     DB_HOST=127.0.0.1
     DB_PORT=<your db port>
     DB_DATABASE=<your db name>
     DB_USERNAME=<your db username>
     DB_PASSWORD=<your db password>
  6. Generate Database, Table and Seeding
    php artisan migrate --seed
  7. Generate New Key
    php artisan key:generate
  8. Running Server
php artisan serve

(back to top)

Usage

Back End: Login Admin

    Super Admin : [email protected]
    Admin : [email protected]
    User / Pengunjung / Customer : [email protected]

Password:

    password

Front End: Login Admin

(back to top)

Roadmap

  • Multi-language Support
    • English
    • Indonesia
  • Modul Pengguna:
    • Super Admin
    • Admin
    • Sponsor
    • Tiketing
    • Penjaga
    • Vendor
    • Customer / Pengunjung
  • Pengguna isian data nya :
    • Nama
    • Nomor HP
    • Email
    • Level Pengguna
    • Tambah Pengguna
    • Detail Pengguna
    • Perbaharui Pengguna
    • Hapus Pengguna
  • Data Customer / Pengunjung:
    • Daftar Pengunjung
    • Tambah Pengunjung
    • NIK
    • Nama
    • Nomor HP
    • Ekspor Data (CSV, XLX)
  • Modul Laporan Visual
    • Tiket
      • Laporan Harian Tiket Terjual Chart Bar
      • Kalkulasi Rata Rata Pembelian Tiket Perjam, Perhari, Semua Waktu.
  • Pengunjung
    • Laporan Pengunjung Harian Berdasarkan Tiket Chart Bar
    • Kalkulasi Rata Rata Pengunjung Datang Perjam, Perhari, Semua Waktu
    • Chart Bar Pengunjung Baru dan Pengunjung Lama
    • Cashback
  • Modul Tiket
    • Tambah Tiket
    • Judul
    • Deskripsi
    • Harga
    • Waktu
    • Daftar Tiket
    • Perbaharui Tiket
    • Hapus Tiket
  • Validasi
    • Validasi Tiket : Menggunakan Metode Scan Barcode QR, dari Nota
    • Cetak Tiket : Cetak PDF dan bisa Cetak Printer ada QR nya
    • Waktu Validasi
  • WA Gateway Apps
    • Integrate API
  • SMS Gateway Apps
    • Integrate API
  • Modul QRCode/Barcode Generate QRCode/Barcode Berdasarkan Nomor Tiket dan Waktu Pembelian.
  • Scanner QRCode/Barcode
    • Check In Time
    • Check Out Time

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the GNU Affero General Public License. See *LICENSE for more information.

(back to top)

Contact

Project Link: https://github.com/vnot01/myEvent-lara1

(back to top)

Acknowledgments


(back to top)

About

My Events Booking

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 49.5%
  • Vue 26.6%
  • CSS 12.7%
  • JavaScript 6.6%
  • Blade 3.1%
  • HTML 1.5%