FHIR R4 Server Implementation
- Restore all nuget packages
- Update the
Database.ConnectionString
file path in theappsettings.Development.json
file in the Sonic.Pyro.Api project - Install the Entity Framework Core tools cmd:
dotnet tool install --global dotnet-ef
- Run EF Core migrations Update command in the Sonic.Pyro.Repository project folder to create the database. cmd:
dotnet ef database update
- Run the Sonic.Pyro.Api project