Gofest is a website that provides transportation and lodging ticket booking services to make it easier for people who want to go on vacation.
-
Clone this project
git clone https://github.com/irhamshidiq/gofest cd gofest
-
Install dependencies
composer install
-
Set your database in .env
-
Create database
create database "gofest" in sql
-
Import database
import "db/gofest.sql" into gofest database
-
Serve the application
php artisan serve
-
Login credentials
Admin
Email: [email protected]
Password: rahasia
User
Email: [email protected]
Password: user123
Feel free to contribute and make a pull request.