Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 715 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 715 Bytes

EcommerceApp

JAVA + Angular FullStack ecommerce app

Backend Endpoint

http://ec2-13-235-27-74.ap-south-1.compute.amazonaws.com:8080
APIs-

Product Category - /api/product-category
All Products - /api/products
Pagination - /api/products?page=2&size=5
Search Products by keyword - /api/products/search/findByNameContaining?name=Java
Search Products by Category Id - /api/products/search/findByCategoryId?id=1&page=2&size=5
Shipping Countries - /api/countries
Shipping States - /api/states
Find Country By Code - /api/states/search/findByCountryCode?code=IN
Find Order By Customer Email - /api/orders/search/findByCustomerEmail?email=[email protected]