Skip to content

Breksam/E-commerce-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-commerce CRUD

Simple E-commerce CRUD with PHP.

Getting Started

  • Create CRUD with PHP to create new users, edit existing users, delete existing users, and show all users that are stored in our database.
  • Create CRUD with PHP to create new categories, edit existing categories, delete existing categories, and show all categories that are stored in our database.
  • Create CRUD with PHP to create new products, edit existing products, delete existing products, and show all products that are stored in our database.
  • Handle uploading images to the database and showing them on site.

Tools

  • MySQL.
  • PHP.
  • Bootstrap.

Installing

A step by step series of examples that tell you how to get a development environment running

clone Repository in your local pc

git clone https://github.com/Breksam/crud.git

Import Database file:

https://github.com/Breksam/crud/blob/main/ecommerce.sql

Running the tests

Now you can try the site locally on your browser.

Go to

http://localhost/(project-name)/

Authors

About

Simple E-commerce CRUD with PHP.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages