Skip to content

DRucci-88/Book-Store-Ala-Ala

Repository files navigation

Book Store Ala-Ala

This is an Websites Application that made using Laravel Framework and integration with Bootstrap. It's simulate the work process of a bookstore from the point of view of admins and buyers.

Click Here For Preview

Registered Admin: admin@gmail.com admin

>Registerd Buyers: robert@gmail.com RobertCharis

Features

  • List of books arranged in card view, with pagination and search by book's name.
  • Buyers (already login) can see the the details of the book, add it to the cart and make a dummy payment.
  • Buyers can view transaction history containing list of books, quantity, price and grand total.
  • Admin can do CRUD on Book, Genre, and User.
  • Utilization of Eloquent ORM which shows how amazing Laravel is including a many to many relationship (Book and Genre relation).
  • Admin and buyers can update their profile.

Dependency

Basic Setup

  • Write in terminal composer install
  • Make a copy from .env.example into .env (File .env not included).
  • Configure file .env according to database requirements.
  • Write in terminal php artisan key:generate
  • Write in terminal php artisan migrate:fresh --seed
  • After table in database already filled.
  • Then it is automatically integrated with the image resource in the folder 'public/books'
  • Write on terminal php artisan serve to open in the browser. Default port: 8000

Our Teams

  • Norbertus Dewa Rucci
  • Darren Denisson Chandra
  • Nehemia Cecio Tanjung Jati

About

Legendary --- Team Project Laravel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published