nguyencongkrb / exam-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

composer install

Migration'

php artisan migrate

Install passport

php artisan passport:install

Start server

php artisan serve

Register user

  • Method POST
  • URL /api/register
  • name, email, password, password_confirmation

Login user

  • Method POST
  • URL /api/login
  • email, password

Create product

  • Method POST
  • URL /api/products
  • name, price

Unit test

./vendor/bin/phpunit tests/Feature/Http/Controllers/ProductTest.php

About


Languages

Language:PHP 82.4%Language:Blade 16.0%Language:Shell 1.6%