Made with
- Clone this repository
git clone https://github.com/Faizalqossam/project-akhir-jarvisbootcamp siloker
- Make database with name "laravel" on your MySQL
- Copy and Paste commandline below into your terminal
cd siloker
composer install
cp .env.example .env
- Set up the .env file if your database connection using different user/password
- Migrating
php artisan migrate:fresh --seed
- Run the server
php artisan serve