Technical requirements
Before we start, please install the following (in addition to all technical requirements from Chapter 1, Preparing for Full-stack Development), if you do not already have them installed:
- Docker v24.0.6
- Docker Desktop v4.25.2
- MongoDB Shell v2.1.0
The versions listed are the ones used in the book. While installing a newer version should not be an issue, please note that certain steps might work differently on a newer version. If you are having an issue with the code and steps provided in this book, please try using the mentioned versions.
You can find the code for this chapter on GitHub: https://github.com/PacktPublishing/Modern-Full-Stack-React-Projects/tree/main/ch2.
The CiA video for this chapter can be found at: https://youtu.be/q_LHsdJEaPo.
Important
If you cloned the full repository for the book, Husky may not find the .git
directory when running npm install
. In that case, just run git init
in the root of the corresponding...