Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
/ bookstore Public archive

Laravel Web Programming Lecture Project for Web Programming Course @binusuniversity

Notifications You must be signed in to change notification settings

alfonsusac/bookstore

Repository files navigation

Simple Bookstore App

Cover

Laravel Web Programming Lecture Project for Web Programming Course @BinusUniversity

About

A simple Laravel application for listing books and do transactions.

Built-with

  • Laravel 8

Documentations

Notion Page

Complete Documentation

Setup Guide

The project is intended to be run on windows machine as it is build in there.

Requirements

  1. Composer
  2. XAMPP
  3. A new database called "webproguas"

Setup

  1. Clone the repository
  2. On root folder, run composer install using command prompt
  3. Then run php artisan migrate:fresh
  4. Then run php artisan config:cache
  5. Then run php artisan serve to host the website.
  6. Access via http://localhost:8000/

Default Accounts

  1. (Admin Access) Username: admin@a.com | Pass: password
  2. (Member Access) Username: user@a.com | Pass: password

License

MIT

Acknowledgements

My Web Programming Lecturer, Mr. Pualam

About

Laravel Web Programming Lecture Project for Web Programming Course @binusuniversity

Topics

Resources

Stars

Watchers

Forks