Welcome!
How the book is being written, its structure and what we’ll be learning.
How the book is being written, its structure and what we’ll be learning.
In this “pre” iteration, we’ll discuss the tools we’ll use throughout our project, set up our development environment, and take a look at the design of our API.
Here we set up the base build for our project, where we will end up with a working API with Create, Read, Update and Delete endpoints that persist data to a PostgreSQL server running in Docker.
In this iteration we are going to set up the pipeline that will allow us to auto-deploy our code to production.
In this iteration we are going to employ Data Transfer Objects to abstract our internal models away from our external API contract.
In this iteration we’ll look at introducing the Repository Pattern to our API.