Simple photo gallery for a given product.
Some usage instructions
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install
Post new product info
app.post('/images/add_product')
Get images
app.get('/images/:id/images')
Get product info
app.get('/images/:id/product_info')
Update product info
app.put('/images/update_product')
Delete product info/image
app.delete('/images/delete_product')