falvarez1 / MedPark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MedPark

This is a reference application for building a distrbuted application using microservices built with ASP.net Core with various other tools and services. The list below contains a summary ot tools and services used to build the solution.

Tools used include

MedPark Contents

Below is a list off all the services, libraries and serverless functions that make MedPark run.

How to get started

To get started, you can clone this repo and then run the /scripts/git-clone-all.ps1 Powershell script. This script will clone all the MedPark repositries listed above.

Run infrastructure

To run MedPark, you first need to run all the foundational services that will be used by each of the services. The easiest and fast way to do this is by running a Docker Compose command:

docker-compose -f ./scripts/medpark-infra-compose.yml up

Once we have the infrastructure up and running we can go ahead and run our services:

docker-compose -f ./srcipts/medpark-services-compose.myl up
  • Append the --build flag to the end of the command above if you are running the command for the first time.

All services will be accessible using ports 8000+ when running in docker

About


Languages

Language:PowerShell 96.8%Language:Shell 3.2%