Skip to content

TheAlg/EcomApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published