Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 422 Bytes

File metadata and controls

13 lines (7 loc) · 422 Bytes

Vending Machine Backend Challenge

This repository is the backend of a vending machine and an actual backend challenge for a major business in Germany. You can learn the basics about generic API development with Laravel PHP, Laravel controllers, Laravel policies, Laravel json resources and testing with PHPUnit and Laravel.

Setup

composer install

php artisan migrate

php artisan test

php artisan serve