I've got access to the Amazon products API and I would like to create a website around it.
To create a website I thought on access the API and import the products information into database than use the information to create page and add a products description.
I have a few questions about it:
- How I can save the relevant products into my database? I'm using PHP.
- What is the best way to build this kind of website?