frostyandy2k / dotnet-app-skeleton

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProductionManagerCockpit

Technology Stack

.NetCore->Cordova(Typescript->Angular->Ionic)

How to Start

Docker:

 1) docker build -t AppName .
 2) docker run -p 5002:5002 AppName
 3) http://localhost:5002/

Docker Compose

1) docker-compose build
2) docker-compose up
3) http://localhost:5002

Standalone

1) dotnet restore
2) npm install
3) dotnet build
4) dotnet run
5) http://localhost:5000

Container Security (Optional)

Build with healtcheck enabled

HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -f http://localhost:5002/ || exit 1

Skeleton Functionality

1) DotNet Server for static files
2) WebSocket FE/BE communication
3) Ionic frontend

Learning Material

Reactive Manifesto: https://www.reactivemanifesto.org/

Reactive Programming: https://gist.github.com/staltz/868e7e9bc2a7b8c1f754

Ionic Presentation: http://ionicframework.com/present-ionic/slides/#/26

About

License:Other


Languages

Language:JavaScript 87.1%Language:CSS 8.7%Language:C++ 3.6%Language:Java 0.2%Language:C# 0.2%Language:Objective-C 0.1%Language:HTML 0.1%Language:TypeScript 0.0%Language:C 0.0%