Skip to content

Hegabovic/BasicEcommercePHP

 
 

Repository files navigation

Basic E-commerce application

This is a solution of creating basic e-commerce system using native PHP that allows you to sell your product in a secure way for selected times for each product for each user

Table of contents

Overview

GIF

screen-gif

(back to top)

Deployed Version

My process

  1. Clone the project

    git clone https://github.com/Muhammed-Ismail2017/BasicEcommercePHP.git

  2. Create AWS S3 Account

  3. install composer

  4. run the Database script

  5. add your S3 key and secret and DB connection in the config.php

  6. in the project directory run the following

    $composer install
    $composer dump-autoload
    $php -S 127.0.0.1:8000 #to test locally
    

(back to top)

Built with

(back to top)

Libraries

(back to top)

Authors

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.9%
  • CSS 40.1%
  • PHP 11.0%