This is a simple web-app that is meant to act as shop, It allows a user to add and remove products.
- index.php -> Lists the available products.
- add-product -> Allows a person to add a product.
- index.php This is the index page that lists products. Also allows the products to be deleted.
- add-product This is the add-product page that allows a product to be added.