product-admin

Testing Restful API: Laravel 7, Vue 2, Router, Axios, Bootstrap 4, Admin LTE 3

Stars
1
Committers
1

Test BE

Preview

Technology

Implement

  • Laravel Naming Conventions
  • RESTful API
  • History mode for Vue js
  • Seeder and Factory (Dummny Data)
  • Validation

Features

  • CRUD Product
  • Admin Page

Getting Started

  • Download / Clone from github

  • Set up your database in .env file

  • Install composer

    composer install
    
  • Generate Key

    php artisan key:generate
    
  • run migration and seeding

    php artisan migrate:fresh --seed
    
  • create new account

  • run NPM watch (if need)

    npm run watch
    

NB

Subcategory: defaulf is Null

You can set up subcategory by manually or by update

Related Projects