Skip to content

abhinov-gogoi/EcommerceApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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=abhinov.in@gmail.com