Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 972 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 972 Bytes

Ecommerce Application

this is ecommerce app (still under construction) built with angular2, phalcon and mysql

Run on your local machine

phalcon:

https://docs.phalcon.io/5.0/fr-fr/installation

Angular:
npm install -g @angular/cli

Mysql:

https://dev.mysql.com/downloads/installer

some additional configurations maybe required

Run on Docker

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

Note

docker compose might take some time building images if so, give it some more time:
export DOCKER_CLIENT_TIMEOUT=120