- PHP >= 7.4
git clone https://github.com/onkeyi/PetStore.git- MySQL データーベース作成
create database petstore; DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=petstore
DB_USERNAME=root
DB_PASSWORD=$ make init$ make serve- https://editor.swagger.io/
- Menu -> File -> Import URL https://raw.githubusercontent.com/onkeyi/PetStore/develop/document/api/api.yml
see documentation here
see documentation here
