/phalconCart

Primary LanguagePHPApache License 2.0Apache-2.0

phalconCart

Commands

Migrations

Create migration files

bin/phinx create -c config/phinx.yml CreateUsers

Apply migration

bin/phinx migrate -c config/phinx.yml -e development

Dev Server

Backend server

cd web/backend
php -S 0.0.0.0:8000

Frontend server

cd web/frontend
php -S 0.0.0.0:8000