Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 721 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 721 Bytes

shopcart

  1. Develop a Shopping cart in PHP with following requirements: Admin Site:
  2. Login
  3. Manage Category (CRUD)
  4. Manage Products (Product data with pictures. Upload picture and resize them)
  5. Logout User Site: Categories Garments Mobiles Laptops

Pic pname price

p2 p3

p4

  1. List Categories
  2. Display products of category whose hyperlink is clicked(Apply pagination, load data with ajax).
  3. Register user (Use CAPTCHA)
  4. Login

  1. Read data from students.xml file and store them in students table of MySQL.
  2. Read data from students table of MySQL and store them in students.xml file.
  3. List files in a directory.
  4. Call express rest api in php.
  5. Call php rest api in express.