Chapter 2. Setting Up the Backend

You’ve got all your tickets ready to go, and you can assume you’ve been tasked with building the bones of the backend. The framework of choice at your company is NestJS. It’s OK if you’ve never seen NestJS or even heard of it before. The docs for it are good, and you’ll have other code you can reference. Reach out to other developers to see why certain architecture and design decisions have been made on existing backends.

In this chapter, you’ll learn about:

  • Making architecture decisions for the backend

  • Checking the app to make sure it runs after initial setup

  • Writing the initial documentation

These tasks are all crucial to ensuring that development is able to run smoothly as both the Product and the dev team grow and change over time. Everything that you build on the backend will start from the foundation you set here, so take your time to thoroughly discuss options with your team.

Why NestJS?

Before we dive too deep into the weeds, let’s discuss ...

Get Full Stack JavaScript Strategies 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.