Skip to content

Adityajaiswal03/FakeStoreAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages