/skr-inventory-vue

skr Inventory management vue app.

Primary LanguageVue

SKR Inventory With Laravel + Vue

Project Setup

  • Copy .env.example to .env.
  • Change env configuration in .env file.
VITE_BACKEND_URL='BACKEND_URL(example: http://skr-inventory.lcl)'
VITE_API_URL='API_URL(example: http://skr-inventory.lcl/api/v1)'
  • Run npm install or yarn install.
  • Run npm run dev or yarn dev.
  • Now you can see the app in browser.

Modules & Permissions

  • Users (Required Admin)
  • Brands
  • Categories
  • Units
  • Suppliers
  • Products
  • Purchases (Required Admin)

Credentials

  • Admin
    • Email: admin@app.com
    • password: password
  • User
    • Email: user@app.com
    • password: password

Note: Before run the project, please check backend APP up and running.

API Documentation: CLICK TO OPEN API DOCUMENTATION

**Thank You**