Title here
Summary here
You are opening a small online store API called Pionia Shop. This step creates the empty project on your machine — about five minutes.
composer create-project pionia/pionia-app pionia-shop
cd pionia-shopYou now have:
| Path | Role |
|---|---|
services/ | Where ProductService will live |
switches/ | API version wiring (MainSwitch) |
environment/ | .env and settings.ini |
database/migrations/ | Schema changes |
public/ | Web entry |
Set the store name in environment/.env:
APP_NAME=Pionia Shop
PORT=8000pwd after cdcd pionia-shop — later php pionia commands must run from the app root