Building Node.js REST API with TDD Approach: 10 Steps Complete Guide for Node.js, Express.js & MongoDB RESTful Service with Test-Driven Development
In this book, you will build a <b>Node.js RESTful API</b> from the scratch with <b>Test-Driven Development</b> (TDD) approach. <br />To begin with, you will go through the list of frameworks and tools that you will be using for all the phases: from the design, development, and testing to familiarize ourselves before diving into each the action.<br /><br />You will learn the central concepts of RESTful Service and TDD that you need know to build a REST API at the start of this book itself. <br /><br />Wouldn't be fun to learn the nitty-gritty of those central concepts while going through the whole process in each step? <br />So, you will continue to learn all the necessary details of the big-picture concepts as you travel along each chapter and section as required to make it learning by doing the process.<br /><br />You will go through all the crucial steps of building any software system one by one in the natural flow so that you can absorb the concept in each of the steps effectively and create the system efficiently. <br /><br /><b><u>Below are the crucial steps</b></u> that you are going to walk through in this book while building the <font size=2 color=blue><b>Node.js REST API with TDD approach</b></font>.<br /><ul><li><b>Requirement</b> of the system</li><li><b>Conceptualize</b> the system behavior to satisfy the requirements</li><li><b>Architect</b> the big picture of the system that we are going to build</li><li><b>Design</b> the system with the appropriate level of depth so that we know affront what path is going to walk through</li><li><b>Develop</b> the system with prescribed technology and approach</li><li><b>Test</b> the built system to conform to the requirements that started the whole process of creating it</li></ul><br /><u><b>Here is what you will learn and do in this book</b></u><br /><ul><li><font color=green><b>10 Steps Complete Guide</b></font> to build Node.js REST API with TDD Approach</li><li><font color=green><b>5 API Endpoints</b></font> for Basic CRUD Operations</li><li><font color=green><b>5 Sequence Diagrams</b></font> For All The API Endpoints</li><li><font color=green><b>30 Unit Test Scripts</b></font> With Step By Step Process</li><li><font color=green><b>5 Integration Test Scripts</b></font> With Mocked MongoDB</li></ul><br /><u><b>Here are the concepts & technologies you will learn and use in this book</b></u><br /><ul><li><strong>Concepts</strong><br /><ul><li>RESTful Service<br /></li><li>Test-Driven Development (TDD)<br /></li></ul></li><br /><li><strong>Development</strong><br /><ul><li>Node.js<br /></li><li>Express.js<br /></li><li>MongoDB<br /></li><li>Mongoose<br /></li></ul></li><br /><li><strong>Test</strong><br /><ul><li>Mocha<br /></li><li>Chai<br /></li><li>Sinon<br /></li></ul></li></ul>I can assure that your journey through this book will be an enjoyable learning experience. <br />Shall we build it?