Skip to content

brantw/aspnet-core-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9680000 · Aug 19, 2016

History

7 Commits
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 19, 2016
Aug 14, 2016
Aug 19, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016
Aug 14, 2016

Repository files navigation

Sample ASP.NET Core Application

Sample cross-platform ASP.NET Core application using Docker and MongoDB.

Download the presentation slides.

Prereqs

Before running the app you will need to install Docker and Bower. Bower is a web package manager and Docker is used for running the app and MongoDB in containers. Before installing Bower be sure you have installed Node.js which includes Node Package Manager (npm) that is used to install Bower.

Run the app

  • From the root of the checkout run:
    • bower install
    • docker-compose build
    • docker-compose up
  • Navigate to the site on http://localhost

About

Sample cross-platform ASP.NET Core application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published