Skip to content

bh2302/AngularAspNetCoreDockerSample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AngularAspNetCoreDockerSample

A very simple sample using Angular, ASP.NET Core and Docker.

The application does basically nothing but increment some counters. The goal was just to get Docker Compose to run an application composed by a frontend Angular app, a backend ASP.NET WebApi using a PostgreSQL database. To route the incoming requests there's an HAProxy.

Running

docker-compose up -d on the repository root will build the container images and then run all the containers in daemon mode (as instructed by the -d argument).

About

A very simple sample using Angular, ASP.NET Core and Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 50.3%
  • C# 33.8%
  • JavaScript 9.3%
  • HTML 6.1%
  • CSS 0.5%