This my submission for Compfest 15 Software Engineering Academy, this website is build with Laravel 9 and Bootstrap 5. you can login, top up some balance, and buy movies ticket with thats balances. make sure you have enough balance before buy the ticket. or you can just top up the balance as much as you want.
- PHP 8.2.4
- NPM 9.8.1
- clone this repository with
git clone
- Git - run
composer install
- Composer 2.5.7 - copy .env.example, paste it, and rename it with .env
- run
php artisan key:generate
## Cara Install - configure your .env file, change the database name by your new database - Clone atau download repository ini
- run
php artisan migrate
- Jalankancomposer install
- run
npm install && npm run dev
- copy file .env.example, paste, lalu rubah namanya menjadi .env
this app is are already using service repository patter as the main architectur, you can look closely thats aare Service, Repository, and Controller folder in app module. ther than that it's the same as how to use laravel by default.