Skip to content

Mathissou01/dev-back-app-createme-cda

Repository files navigation

✨ Inventory Management System

😎 Features

  • POS
  • Orders
    • Pending Orders
    • Complete Orders
    • Pending Due
  • Purchases
    • All Purchases
    • Approval Purchases
    • Purchase Report
  • Products
  • Customers
  • Suppliers

🚀 How to Use

  1. Setup

    # Go into the repository
    cd WEB-APP-ADMIN
    
    # Install dependencies
    composer install
    
    # Open with your text editor
    code .
  2. .ENV Rename or copy the .env.example file to .env

    # Generate app key
    php artisan key:generate
  3. Custom Faker Locale To set Faker Locale, add this line of code to the end .env file.

    # In this case, the locale is set to Indonesian
    
    FAKER_LOCALE="id_ID"
  4. Setup Database Setup your database credentials in your .env file.

  5. Seed Database

    php artisan migrate:fresh --seed

    Note: If showing an error, please try to rerun this command.

  6. Create Storage Link

    php artisan storage:link
  7. Run Server

    php artisan serve
  8. Login Try login with username: admin and password: password

About

dev-back-app-createme-cda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published