- Implement API routes
- Swagger Annotation
- Unit Tests
- Setup Git Workflow
- Setup Auto deployed to Heroku at https://key-api.herokuapp.com
- PHP 7.3 is installed.
- For safety, PHP 7.3 or above , since that is the requirement of Laravel 8
- Make sure composer is installed and run
composer install
in project directory
vendor/bin/phpunit
vendor/bin/phpunit --testdox
Demo
tests/Controllers/ObjectControllerTest.php
The Key Access API is open-sourced software licensed under the MIT license.