Skip to content

versicode/products-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Products Shop Challenge

Tech: php, mysql, memcached

Tools: docker, nginx, php-fpm

Project preview

Installation:

  • clone repo
  • cp app/config/main.php.dist app/config/main.php
  • set required params in app/config/main.php or keep as is
  • docker-compose up
  • seed database with test data (it may take a while) docker exec -it proshop-php-fpm sh -c "php command.php seed"
  • warmup a cache (it may take a while too) docker exec -it proshop-php-fpm sh -c "php command.php cache"
  • Open browser at http://localhost:3400/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published