Skip to content

manvekar/MicroServiceStarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.NET Microservices Sample Reference Application inspired from eShopOnContainers

A microservices starter template application based on .NET Core reference application, to be based on a simplified microservices architecture and Docker containers.

Getting Started

Make sure you have installed and configured docker in your environment. After that, you can run the below commands from the /src/ directory and get started with the microServiceStarter immediately.

docker-compose build
docker-compose up

You should be able to browse different components of the application by using the below URLs :

Web MVC :  http://host.docker.internal:6100/
Identity.API :  http://host.docker.internal:6105/

Note: compared to eShopOnContainers the ports for containers have been configred on ports 6XXX instead so you can parallely run the Microsoft eShopOnContainers app.

This App uses DotnetCore for APIs and other laters Postgres as Identity database build on IdentityServer4

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published