Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.04 KB

File metadata and controls

22 lines (14 loc) · 1.04 KB

E-Commerce REST API using Spring and AWS S3

This API is designed to perform a Product searches from AWS S3 database.

About

This API can be used to perform efficient searches from AWS S3 database. Users can perfrom AutoComplete Search and General Search through this platform.

This project has been implemented using Java's Spring Boot framework and is connected to AWS S3 with AWS credentials and libraries. AWS S3 contains CSV/TSV files having product data of 50,000+ records.

System Design

system design

Output

output-1

output-2

To Be Implemented

  • A User interactive Dashboard
  • Pagination
  • Hashing of keys on AWS S3 for more efficient searches.