The source code and sample data for the examples shown in the book are located in these directories under /path/to/repo:
- chapters: Under this subdirectory, you will find source code for each chapter, by number.
- www: This directory structure contains source code based upon Django.
- sample_data: In this directory, you will find JavaScript files that can be executed to populate the database with sample data. There is no need to insert data just yet: as the need arises, you will be instructed in the chapter to insert the sample data appropriate for that section of the book.
Next, we will have a look at creating a demo environment you can use to test the examples shown in the book using Docker and Docker Compose.