this is ecommerce app (still under construction) built with angular2, phalcon and mysql
phalcon:
Angular:
npm install -g @angular/cli
Mysql:
some additional configurations maybe required
clone the project
git clone https://github.com/TheAlg/EcomApp.git && cd EcomApp
build containers
docker-compose up --buil
run phinx migration
docker-compose exec backend php vendor/bin/phinx migrate
run phinx seed
docker-compose exec backend php vendor/bin/phinx seed:run
to stop application
docker-compose down
docker compose might take some time building images
if so, give it some more time:
export DOCKER_CLIENT_TIMEOUT=120