Download and install .NET Core 2.1 SDK
Download and install MongoDB 4.0.1
Download and install NodeJs
Request a complete copy of DreamsMadeTrue.Web > appsettings.json
from Daric
Run npm install
within the ClientApp of the Web project
Open a new console window and run npm run mongo
within the ClientApp directory to start MongoDb
Your path may need to be adjusted from the original values found in the
project.json
file
Run the Web project from Visual Studio
You can also run using the
dotnet run
command from the Web project's directory