/super-fresh-api

The Super Fresh app's back-end API.

Primary LanguageJavaScript

Description

The Super Fresh app's back-end API is built with Express and is intended to be used with the Super Fresh app, which has its own repository Here .

Installation

  1. Install the project dependencies npm install
  2. Run the app npm start
  3. Listening on port 8000

API Endpoints

GET

GET /products lists all the available products

GET /product/id={productId} get the full details of a specific product