Skip to content

boomcamp/react-3-products-api

Repository files navigation

Setup

  • Clone this repository
  • Run npm install
  • Run npm start

Documentation

Products

  • GET - server side search using query parameters
    • - min price
    • - max price
    • - name
    • - category
    • - id
  • GET - Get array of products.
  • POST - Add a new product

Cart

  • POST - Add item to the cart
  • PUT - Update quantity of item in cart
  • DELETE - remove item from cart
  • DELETE - checkout clear the whole cart
  • GET - Retreive contents from the cart

API Key

  • GET a new API key, or to refresh an old one

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages