Skip to content

Using Real Server

Gennady Verdel edited this page Apr 23, 2017 · 2 revisions

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.

Additionally you should install the correspondent SDK that's required by the server. You can find it here: (https://go.microsoft.com/fwlink/?LinkID=835014)

Clone this wiki locally