Skip to content

NTripleA/aspnet-core-mongodb

Repository files navigation

ASP.NET Core getting started application

The IBM Cloud Getting started tutorial for ASP.NET Core uses this sample application to provide you with a sample workflow for working with any .NET Core app on IBM Cloud; you set up a development environment, deploy an app locally and on IBM Cloud, and integrate a IBM Cloud database service in your app.

The ASP.NET Core getting started application uses a ClearDB MySQL service from IBM Cloud to add information to a database and then return information from a database to the UI.

Gif of the sample app contains a title that says, Welcome, a prompt asking the user to enter their name, and a list of the database contents which are the names Joe, Jane, and Bob. The user enters the name, Mary and the screen refreshes to display, Hello, Mary, I've added you to the database. The database contents listed are now Mary, Joe, Jane, and Bob.

The following steps are the general procedure to set up and deploy your app. See more detailed instructions in the Getting started tutorial for ASP.NET Core.

Before you begin

You'll need a IBM Cloud account, Git Cloud Foundry CLI and .NET Core SDK v1.0.4 from the dot.net website

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages