In this chapter, you set up everything we need for the online shop backend folder. You created three projects based on our previously generated template, and you set up your database.
You learned how Docker and Git are essential tools for the development of microservices. Both are set up and you might already have an AWS account (or other cloud providers). You also learned how to set up Dockerfiles and have done that for our example project.
All you have learned and done in this chapter was the preparation needed to now write the first microservice of our example project in the next chapter.