Skip to content

MSLaguana/node-dotnet-ng-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo contains a demo app with Node.js and .NET backends and an Angular frontend. The backend services are in Docker containers and created along with a Redis cache container by docker-compose.

Each component (.NET, Node.js, and HTML page) are instrumented with AppInsights. The instrumentation key for .NET and Node.js is picked up by docker-compose from a local .env file. The key for the HTML page is hardcoded (for now).

The frontend service (service-api) is available at http://localhost:8080. It's also configured to support --inspect for debugging.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 43.4%
  • C# 34.5%
  • HTML 20.8%
  • CSS 1.3%