Skip to content

yreynhout/road-registry

 
 

Repository files navigation

# 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
```

About

Authentic base registry containing all roads of Flanders.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 92.2%
  • Vue 2.7%
  • Elm 2.5%
  • HTML 0.9%
  • JavaScript 0.6%
  • CSS 0.5%
  • Other 0.6%