/undisputed-department-store

Undisputed Department is a clothing brand from Yogyakarta. Working in progress!

Primary LanguageBladeMIT LicenseMIT

Undisputed Department Logo

License

About Project

Undisputed Department is a clothing brand from Yogyakarta, founded by Muhammad Khafid Azzam. The purpose of this project is to complete an assignment for the Digital Business course and as a form of community service activity to apply science and technology.

Getting Started

System Requirements

  • PHP with version 8.3 or higher
    • Composer installed
  • MySQL / MariaDB
  • Node.js with version 20.x or higher

Installation

This installation guide is intended for DEVELOPMENT purpose only.

  1. Clone this repository

    git clone https://github.com/mxsgx/undisputed-department-store.git
    cd undisputed-department-store
  2. Install dependencies

    composer install
    composer update
  3. Setup configuration

    cp .env.example .env
    php artisan key:generate

    Then edit .env file with your favorite editor.

  4. Run database migrations and seeder

    php artisan migrate --seed
  5. Run app server

    php artisan serve
  6. Run Vite for assets compilation

    npm run dev
  7. Now you can access application at http://localhost:8000

License

The project currently is open-sourced software licensed under the MIT license.