The Tic-Tac-Toe v2 requirements
The requirements of our Tic-Tac-Toe v2 application are simple. We should add a persistent storage so that players can continue playing the game at some later time. We'll use MongoDB for this purpose.
Note
Add MongoDB persistent storage to the application.