You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sample contains two modes: Fake and Real Data.
The Real Data is built using MongoDb as the storage solution.
You can follow the installation instructions for MongoDb here: How To Install MongoDb
When you start the mongod process it will run at the default port. Usually it's 27017.
If it's different at your machine, you should modify the correspondent entry inside appsettings.json file
of the Samples.Specifications.Server.Host project.
The same goes for the Server endpoint. The default one resides at the port 32064. If this port is used by another application or otherwise unavailable at your machine, you should modify the correspondent entry inside App.config file of the Samples.Specifications.Client.Data.Real.Providers project.