/redux-saga-shopping-cart-server

A back-end server to be used with the accompanying Shopping Cart tutorial - Run with this https://github.com/danielstern/redux-saga-cart

Primary LanguageJavaScript

Redux Saga Shopping Cart Back-end Server

About

This server is meant to mock the functionality of a real shopping application's back-end services. It comes ready-made and complete, but with no front-end application to consume its APIs. That task is left to you.

Demographics

This application is meant to be used by, but not limited to, students completing Daniel Stern's Redux Saga course on Pluralsight.

Usage

  1. Install dependencies: npm install
  2. Run server. npm start
  3. Navigate to the instructions page: http://localhost:8081 (You must not already have a different application running on this port)