Skip to content

laravel 5.8 + vue for Infoxchange 4hr onsite interview.

Notifications You must be signed in to change notification settings

huaweichen/infoxchange-test

Repository files navigation

Quick Start

  1. create .env

  2. composer install

  3. npm install && npm run watch

  4. php artisan serve

  5. php artisan migrate

  6. [optional] php artisan db:seed

Features Implemented

  1. ./vendor/bin/phpunit to test all tests

  2. Web API:

    Endpoint Verb Description
    http:https://127.0.0.1:8000/persons GET List of all Persons
    http:https://127.0.0.1:8000/persons/create POST Add a new person form
  3. API:

    Endpoint Verb Description
    http:https://127.0.0.1:8000/persons GET List of all Persons
    http:https://127.0.0.1:8000/persons POST Save a new person
    http:https://127.0.0.1:8000/persons/{person} PATCH Update an existing person
    http:https://127.0.0.1:8000/persons/{person} DELETE Add a new person form

About

laravel 5.8 + vue for Infoxchange 4hr onsite interview.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published