mirror of
https://gitlab.com/izyim/prototypes/lumen-microservices/microservice-products-api.git
synced 2026-08-19 12:24:17 +00:00
213 B
213 B
ProductApi
for running a project please run following command on your terminal: php -S 127.0.0.1:8100 -t public
database creation:
create schema lu-ms1-products_api character set utf8 collate utf8_general_ci;