Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

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

Notifications You must be signed in to change notification settings

joaofbantunes/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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published