Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 857 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 857 Bytes

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