Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 733 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 733 Bytes

Pyro Server

FHIR R4 Server Implementation

Setup steps::

  1. Restore all nuget packages
  2. Update the Database.ConnectionString file path in the appsettings.Development.json file in the Sonic.Pyro.Api project
  3. Install the Entity Framework Core tools cmd:dotnet tool install --global dotnet-ef
  4. Run EF Core migrations Update command in the Sonic.Pyro.Repository project folder to create the database. cmd:dotnet ef database update
  5. Run the Sonic.Pyro.Api project