PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Stanley Aloh   Inventory Assignment   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Inventory Assignment
Manage the inventory of stored products
Author: By
Last change:
Date: 25 days ago
Size: 750 bytes
 

Contents

Class file image Download

Welcome to inventory Test Assessment

Setup

  1. Copy .env.example to .env<br>
    cp .env.example .env
    
  2. create an sqlite database
    touch database/database.sqlite
    
  3. install composer and generate app
    composer install
    
    php artisan key:generate
  4. Install package and build
    npm install 
    
    npm run dev
  5. Seed dummy data
    php artisan migrate:fresh
    php artisan db:seed
    ````
    
    
  6. Turn on Server
    php artisan db serve
    
  7. Login details for admin<br> `[email protected]`<br> `password`
  8. To view Users frontend<br> `[email protected]`<br> `password`