/dotnet-core-boilerplate

.NET Core Boilerplate with Docker, Entity Framework MySQL, and CI

Primary LanguageC#MIT LicenseMIT

.NET Core Boilerplate

master develop
Build Status Build Status

A complete .NET Core development environment scaffolded using Docker Compose containing:

  • .NET Core 2.1 MVC App with Entity Framework MySQL
  • MySQL Server
  • phpMyAdmin
  • extensible Javascript UI
  • NGINX
  • Travis CI
  • Automated packaging and Docker Image deployment

Getting Started

  1. Clone Repository
  2. Install Docker Compose
  3. Run docker-compose up in repository root
  4. Navigate to http://<your docker host>:48000