miladvafaeifard / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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


Languages

Language:JavaScript 63.8%Language:HTML 36.2%