mirror of
https://gitlab.com/izyim/prototypes/lumen-microservices/microservice-products-api.git
synced 2026-08-22 22:04:05 +00:00
6 lines
213 B
Markdown
6 lines
213 B
Markdown
# 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; |