Skip to content

rickykiet83/tedu-56-mfe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microfrontend Angular Mastery Course:

Micro Frontend Angular Application

This README provides instructions to configure the infrastructure for a Micro Frontend application using Docker

Prerequisites

Before starting, ensure you have the following installed on your machine:

STEP 1: Create https certificate for identity service:

  • Create a .pfx file:
    • MacOS: dotnet dev-certs https -ep ${HOME}/.aspnet/https/tedu-idp.pfx -p password!
    • WindowsOS: dotnet dev-certs https -ep $env:USERPROFILE\.aspnet\https\tedu-idp.pfx -p password!
  • Trust the file: dotnet dev-certs https --trust

STEP 2: How to run microservices api:

  • At the root folder,
    • Re pull images command: docker-compose pull or docker compose pull
    • Run containers: docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d --remove-orphans or docker compose -f docker-compose.yml -f docker-compose.override.yml up -d --remove-orphans
    • Run and rebuild containers: docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d --remove-orphans --build or docker compose -f docker-compose.yml -f docker-compose.override.yml up -d --remove-orphans --build
  • Open docker desktop and maker sure all the services are up and running
  • Open browser and navigate to Web Health Status

About

Infrastructure for Tedu 56 Microfrontend Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •