/biznes-elektroniczny

Prestashop project for a class at Gdańsk University of Technology

Primary LanguagePHP

Biznes Elektroniczy

Sklep z butami

Installation

Requires: Docker and Docker Compose

docker-compose build
docker-compose up

Then go to localhost:8080.

server: db
user: root
password: Biznes
database: prestashop

And import database from file ./dump/postgres.sql

After import is complete you can finally go to store localhost.

Stopping

docker-compose down 

Admin page

email: polibudamichal@gmail.com
pass: Biznes123

Enable Dev mode

In prestashop/config/defines.inc.php change _PS_MODE_DEV_ to true

define('_PS_MODE_DEV_', true);

Back office

http://localhost/admin504ckxrsd/

polibudamichal@gmail.com
Biznes123