20

SportsStore: Administration

In this chapter, I will create the SportsStore administration features, which will allow authorized users to edit the product catalog and change the shipping status of customer orders.

Preparing for this chapter

This chapter uses the sportsstore project from Chapter 19. Open a new command prompt, navigate to the sportsstore folder, and run the command shown in Listing 20.1 to start the development tools.

Tip

You can download the example project for this chapter – and for all the other chapters in this book – from https://github.com/PacktPublishing/Mastering-Node.js-Web-Development. See Chapter 1 for how to get help if you have problems running the examples.

Listing 20.1: Starting the development tools

npm start ...

Get Mastering Node.js Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.