ไม่ต้องใช้ ตัวติดตั้งใดๆ เพราะเราทำการ deploy ไปไว้อยู่บน ibm bluemix เป็นที่เรียบร้อย
สามารถมาดูตัวหน้าเว็บไซต์ E-commerce ได้ที่ https://48shop.mybluemix.net/
1. jpa
2. web
3. devtools
4. mysql
5. Vuejs
6. VueX
7. Vue Rounter
8. Axios
9. Vuetify
Return list of all addresses in database
Return address specific by address id
Use to create new address
Use to delete address
Return list of all order
Use to get order from specific id
Use to order a product
Use to delete order by specific id
Return list of all products
Use to get product with specific id
Use to add product to database
Use to delete product from database
Use to get products by category id
Use to get category by id
Use to update ProductCategory name
Use to get List all users
Use to get User by id
Use to create a User
Use to delete a User by id