Skip to content

Zachary-Romsdahl/SDC-itemDetails

Repository files navigation

Item Details Service for E-Commerce Application

105924480-2fe28c80-5ff3-11eb-8d11-26fe94d72a09

Description: Inherited the item details service of an Etsy clone and architected the backend to handle up to 1800 clients/second with <1% error rate.

Backend Architecture developed on AWS:

Screen Shot 2021-03-15 at 6 14 41 PM

Instructions:

Start server: npm run server-dev

Bundle files: npm run react-dev

Seed database: npm run db:setup

CRUD API

Create: API endpoint --> POST '/itemDetails/'. Creates a new product with the data that is sent through the body

Read: API endpoint --> GET '/itemDetails/${productID}'. fetches the product corresponding to the productID in the parameters

Update: API endpoint --> PUT '/itemDetails/${productID}'. The product with the productID sent in the parameters will update to the data sent in the body

Delete: API endpoint --> DELETE '/itemDetails/${productID}'. Deletes the product with the productID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors