Introduction
A look at the purpose of this project and the technologies used, as well as the basics that you'll need to get started.
A look at the purpose of this project and the technologies used, as well as the basics that you'll need to get started.
A quick glance at some common API calls to start with.
A total of 50 products exist in the database. Each product belongs to a category and contains properties such as pricing, review data, specs, and more.
Every review is associated with a user. Each review contains properties such as rating, incentivization, verification, and more.
Each user has a cart associated with them. The cart will contain a products array, the cart total (string and numeric), and more. A cart must belong to a user.
A total of 50 purchases exist in the database. Each purchase must belong to a user. Not every user has made a purchase, but some have made multiple.
Every user is assigned a wishlist. Some will have an empty wishlist, while others will have products in theirs. A user may only have one wishlist.
Each user object will contain general profile information, including a link to a stock photo hosted on S3.
Log in as an existing user to view their cart, wishlist, reviews, and purchases. You may also create an account and persist new data.