Skip to content

angusmillar/PyroServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A FHIR Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages