The marketplace for book & comic lover who can't get enough of reading material
- Run
composer install
to generate depedencies (the vendor folder) - Create
.env
file in the root of the project (next to .env.example) - Copy all the data from
.env.example
to.env
. - Run
php artisan key:generate
- CActivate XAMPP & MySQL service.
- Create the DB and configure the
.env
- Run
php artisan migrate:fresh --seed
- Run
php artisan storage:link
- Run the web using
php artisan serve
and voila it's ready to run!
Youtube Link : https://youtu.be/zLTE2VAeoLs
Seller :
- Email = admin@admin.com
- Password = 12345
Customer :
- Email = customer@customer.com
- Password = 12345
2301860154 - Jonathan Kristanto
The design & architecture is inspired from COMP6681001 - Web Programming Lab