Title here
Summary here
Before you sell mugs, prove the store’s API process is running.
php pionia serveLeave that terminal open. In another terminal:
curl -s http://127.0.0.1:8000/api/v1/pingYou should see returnCode: 0 and a small pong payload. Open http://127.0.0.1:8000/ in a browser — the welcome page should say Pionia Shop if you set APP_NAME.
PORT in .env or stop the other process127.0.0.1:8000 unless you changed PORT