In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Create new product from json
$env + /products/new
Read all product from database
#env + /products/
Update product in database
#env + /products/update/{ $id }
Delete product from database
#env + /products/delete/{ $id }