A web app used for adding, modifying, deleting and reviewing products for manager of a online store website. The changes that the manager made will alter the corresponding products' data in database. The restful API helps with the data interchanges between front end and back end. |
Here is a working live demo : http://shawnstypingapp.online/JinTian/admin_app/
type keywords in the serch bar, then press "Enter", and search results will be all the products whose name and brand contains the keywords
Press "Add one" will lead you to the page for creating a product users need to select and upload the image first, and then type in all the required information.
Press "Add multiple" will lead you to the page for creating multiple products from a csv file Users need to select the csv file with the same format as the example.csv. The images' name choosed have to be the same as those in "image" fileds of .csv file
The web app has been tested on Chrome and Safari
- jQuery
- PHP
- HTML/CSS
- JavaScript
- Ajax
- bootstrap
- mySql