/gofest

Gofest is a website that provides transportation and lodging ticket booking services to make it easier for people who want to go on vacation

Primary LanguageHTMLMIT LicenseMIT

Gofest2

Gofest

Gofest is a website that provides transportation and lodging ticket booking services to make it easier for people who want to go on vacation.

Installation

  1. Clone this project

    git clone https://github.com/irhamshidiq/gofest
    cd gofest
  2. Install dependencies

    composer install
  3. Set your database in .env

  4. Create database

    create database "gofest" in sql
  5. Import database

    import "db/gofest.sql" into gofest database
  6. Serve the application

    php artisan serve
  7. Login credentials

Admin

Email: admin@gmail.com

Password: rahasia

User

Email: user@gmail.com

Password: user123

Contributing

Feel free to contribute and make a pull request.