Click here to Skip to main content
15,889,335 members
Articles / Hosted Services / Microservices

ASP.NET Core Microservices With Angular 11 Front End

Rate me:
Please Sign up or sign in to vote.
4.33/5 (2 votes)
3 Aug 2021CPOL5 min read 11.3K   9  
ASP.NET Core Microservices With Angular 11 Front End, API Gateway, Redis and SQL Server
Microservices, as defined everywhere, are small, modular and independently deployable service and Docker containers helps to bundle the services and its dependencies, e.g., runtime, proxy server, etc. into a single unit which is then run in an isolated environment. In this article, we will go through the implemented solution where we have four microservices having loosely coupled architecture and the front end implemented in Angular 11. This is the basic course management microservices solution on docker containers where users can buy different courses and solutions contains users, courses, course baskets, and user course management APIs, and for now, we are using Docker Compose for running multiple dockers.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United States United States
A Solutions Architect with more than fourteen years of experience in application development. I mostly work in .NET, Angular, MEAN stack technologies and love to share what I do and learn during my day to day job. Please check my tutorials and blog:
https://fullstackhub.io
https://fullstackhubblog.com

Comments and Discussions