Files
microservice-products-api/readme.md
T
Behzad Babaei 4a59afbf10 initial commit
2020-03-28 16:55:40 +04:30

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;