/road-registry

Authentic base registry containing all roads of Flanders.

Primary LanguageC#European Union Public License 1.2EUPL-1.2

# RoadRegistry

To use the private NuGet Aiv.Vbr.* packages, setup 2 environment variables:
 - VBR_FEED_USER
 - VBR_FEED_PASS

## Useful commands

### To add a migration:

```
cd src/RoadRegistry.Projections.Oslo/
dotnet ef migrations add <Name of Migration> --startup-project ../RoadRegistry.Api.Oslo/
```

### To apply a migration:

```
cd src/RoadRegistry.Projections.Oslo/
dotnet ef database update
```