Skip to content

Aplikasi E-Commerce Tugas Akhir (Skripsi) Menggunakan Laravel 10

Notifications You must be signed in to change notification settings

wikukarno/buana-store-skripsi

Repository files navigation

Buana Store - E-Commerce

Buana Store Thumbnail

Demo Website

Description

Welcome to Buana Store, an advanced e-commerce platform built using Laravel 10. This application offers a seamless shopping experience, allowing customers to browse a wide range of products, add them to their cart, and make purchases with ease.

Features

  • Product Catalog
  • Product Search
  • Product Categories
  • Product Details
  • Automatic Payments:Supports bank transfers and e-wallets for hassle-free transactions.
  • User-Friendly Interface: Designed for easy navigation and a smooth shopping experience.
  • User-Friendly Interface: Secure Transactions: Ensures high security for all your payment and personal details.
  • Laravel 10 Framework: Leveraging the latest features of Laravel for robust and scalable development.

Installation

Clone the repository

git clone https://github.com/wikukarno/buana-store-skripsi.git

Install dependencies

composer install

Create a copy of your .env file

cp .env.example .env

Generate an app encryption key

php artisan key:generate

Create an empty database for our application for example

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=name_database
DB_USERNAME=username_database
DB_PASSWORD=password_database

Migrate the database

php artisan migrate --seed

Start the local development server

php artisan serve

You can now access the server at http://127.0.0.1:8000

License

The Laravel framework is open-sourced software licensed under the MIT license.

Buana Store is open-sourced software licensed under the MIT license.

NOTE: This project is for educational purposes only. We are not responsible for any kind of damage caused by any misuse of this project.

About

Aplikasi E-Commerce Tugas Akhir (Skripsi) Menggunakan Laravel 10

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published