Skip to content

rizalpahlevii/laundry-laravue

Repository files navigation

SYSTEM MANAGEMENT LAUNDRY

An Aplication laundry Made with Laravel + VueJS

INSTALLATION

Use the package manager (composer and npm) for installing

  1. Do the following commands for installing
git clone https://github.com/rizalpahlevii/laundry-laravue.git
cd laundry-laravue
composer install
npm install
copy .env.example .env
php artisan key:generate
  1. Create a database laravel_vue
  2. Setting database name, username, and password in your .env file
  3. Do the following instructions if you're done setting database in .env
php artisan migrate
php artisan db:seed

To run the application

php artisan serve

Account Demo SuperAdmin

  1. Email: [email protected] Password: 12345678

Account Demo admin

  1. Email: [email protected] Password: 12345678

Account Demo kurir

  1. Email: [email protected] Password: 12345678

Account Demo finance

  1. Email: [email protected] Password: 12345678

About

An app to manage laundry build with Laravel and Vue.js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published