Skip to content

kleopatra999/aspnet-core-cloudant

 
 

Repository files navigation

ASP.NET Core Cloudant Sample

This application demonstrates how to use the Bluemix Cloudant NoSQL DB Service in an ASP.NET Core application.

Deploy to Bluemix

Run the app locally

  1. 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 vcap-local.json file
  • Run dotnet restore
  • Run dotnet run
  • Access the running app in a browser at http://localhost:5000

About

ASP.NET Core application which uses Bluemix Cloudant NoSQL service.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 63.1%
  • JavaScript 24.7%
  • CSS 12.2%