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 .
- Install the project dependencies
npm install
- Run the app
npm start
- Listening on port 8000
GET /products
lists all the available products
GET /product/id={productId}
get the full details of a specific product