Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 508 Bytes

Readme.md

File metadata and controls

23 lines (13 loc) · 508 Bytes

Fake Store API

Fake store rest API for your e-commerce or shopping website prototype

Installation

1. Lombok
2.Spring Boot
3.Spring Configuration Processor
4.Spring Web

Usage

1. You can ADD(http://localhost:8080/carts)
2. Delete Cart(http://localhost:8080/carts/5)
3. Get Cart by user Id(http://localhost:8080/carts/7)
4. get all items in cart.(http://localhost:8080/carts)
5. you can get Range of order(http://localhost:8080/carts/startdate/enddate)