Project Solution: An Overview
Let’s take a bird’s eye view of the project’s solution.
Solution overview
An overview of the solution is provided below. More details will be discussed in the coming lessons.
MongoDB database (mongodb
container)
This container should use a Docker volume (quizdata
) for question storage and expose the database on port 27017
. Create a collection named quiz
in the quiz
database that is accessed with the user ID quizuser
and password ...