Sample cross-platform ASP.NET Core application using Docker and MongoDB.
Download the presentation slides.
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.
- From the root of the checkout run:
bower install
docker-compose build
docker-compose up
- Navigate to the site on http://localhost