This application demonstrates how to use the Bluemix Cloudant NoSQL DB Service in an ASP.NET Core application.
- Install ASP.NET Core and the Dotnet CLI by following the Getting Started instructions
- Clone this app
- cd into the app directory and then
src/dotnetCloudantWebstarter
- Copy the value for the VCAP_SERVICES envirionment variable from the application running in Bluemix and paste it in the config.json file
- Run
dotnet restore
- Run
dotnet run
- Access the running app in a browser at http://localhost:5000