This is VPlus ecommerce website, backend - pure PHP, frontend - static pages with pure JS generated by backend.
git clone git@github.com:vberkoz/vplus.git
cd vplus
docker-compose up -d
Now you can go to:
- Main page
localhost:8080
- Admin page
localhost:8080/admin/orders.html
- Adminer
localhost:8081