pH-7 / minimalist-sales-site

๐Ÿ‘‰ A minimalist sales e-commerce site ๐ŸŽ‰ Built with PHP 8, Mustache and Bootstrap v5

Home Page:https://youtu.be/4OzD_agPFLA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minimalist sales micro-site

A minimalist sales micro-site

The easiest way to build a micro sales site ๐Ÿš€

PHP Minimalist Sales Micro Ecommerce Site

๐Ÿ”จ Requirements

๐Ÿ’ญ Setup

  1. From a command line opened in the project, run composer install to install the project dependencies.
  2. Rename env.sample to .env and update the details in there.
  3. Run the PHP built-in server php -S 127.0.0.1:8080 for testing purpose.
  4. Update the products details/list of products in app/products.php
  5. Update the product page details in app/pages/product.page.php

FYI: The document root file is index.php located in the root directory of this project.

๐ŸŽ‰ 3rd party libraries

This project uses the following awesome libraries ๐ŸŽˆ

๐Ÿง‘โ€๐Ÿณ Author

Pierre-Henry Soria

I'm Pierre-Henry Soria. A passionate, perseverant zen & dedicated software engineer ๐Ÿ˜Š Coding the best applications with the best practices is my way of life! ๐ŸŒด

You can always keep in touch with me at: hi@ph7.me ๐Ÿ“ฎ

LinkedIn pH-7 @phenrysay

๐Ÿ“บ Video

Watch the video

๐Ÿ‘‰ Click here to watch on YouTube

๐Ÿ“ƒ License

Minimalist sales micro-site is distributed under MIT license ๐Ÿš€ Enjoy! โค๏ธ

About

๐Ÿ‘‰ A minimalist sales e-commerce site ๐ŸŽ‰ Built with PHP 8, Mustache and Bootstrap v5

https://youtu.be/4OzD_agPFLA

License:MIT License


Languages

Language:PHP 62.6%Language:HTML 27.3%Language:CSS 10.1%