ferdyhape / Simple-Ecommerce-Google-Auth

This repository was created to fulfill the Tugas 6 assignment in the Independent Fullstack Web Developer Study program by GITS.id partner, MSIB Batch 4.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TUGAS 6 | Studi Independen GITS ID

πŸ‘¨ Creator

  • Name: Ferdy Hahan Pradana

  • Campus: Politeknik Negeri Malang

πŸ“Œ Description

  • This repository was created to fulfill the Tugas 6 assignment in the Independent Fullstack Web Developer Study program by GITS.id partner, MSIB Batch 4.
  • You can use the login with google feature if you have GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET from after creating a google cloud account and it has been set for authentication (settings on .env)

πŸ“· Demo

  • Login Admin

    admin.mp4
  • Login Non Admin

    nonadmin.mp4
  • Login With Google (Setup Google Cloud)

    loginwithgoogle.mp4

πŸ“– How To Use

  1. Clone this repository

    git clone https://github.com/ferdyhape/latihan_minibos_gits.git
    
  2. Copy paste .env.example file and rename as .env

  3. Adjust the database name in the env file on DB_DATABASE

  4. Generate Key

    php artisan key:generate
    
  5. Install dependencies

    composer install
    
  6. Generate mirror link

    php artisan storage:link
    
  7. Migrate the tables

    php artisan migrate
    
  8. Insert the data from seeder to database

    php artisan db:seed
    
  9. Start the server

    php artisan serve
    
  10. Login with this crediential

    • If you want to use admin role (can dashboard access):

      Email:

      ferdy@hape.com
      

      Password:

      password
      
    • If you want to use non admin role (can't dashboard access):

      Email:

      ferdynonadmin@hape.com
      

      Password:

      password
      
    • You can also use the register feature, but you don't get admin access (can't dashboard access):

      http://127.0.0.1:8000/register
      
  11. Enjoy use!

βš™οΈ Technology Used:

  • Laravel 9
  • Jquery 3.6.4
  • SweetAlert
  • Bootstrap 5.2
  • BootstrapIcon
  • BoxIcon
  • FontAwasome
  • Intervention Image
  • Socialite

πŸ”— About Creator

portfolio linkedin instagram github

About

This repository was created to fulfill the Tugas 6 assignment in the Independent Fullstack Web Developer Study program by GITS.id partner, MSIB Batch 4.


Languages

Language:PHP 72.7%Language:Blade 27.1%Language:JavaScript 0.3%