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.
- PHP with version
8.3
or higher- Composer installed
- MySQL / MariaDB
- Node.js with version
20.x
or higher
This installation guide is intended for DEVELOPMENT purpose only.
-
Clone this repository
git clone https://github.com/mxsgx/undisputed-department-store.git cd undisputed-department-store
-
Install dependencies
composer install composer update
-
Setup configuration
cp .env.example .env php artisan key:generate
Then edit
.env
file with your favorite editor. -
Run database migrations and seeder
php artisan migrate --seed
-
Run app server
php artisan serve
-
Run Vite for assets compilation
npm run dev
-
Now you can access application at http://localhost:8000
The project currently is open-sourced software licensed under the MIT license.