InsideAirBNB visualisation and management application with Blazor and .NET Core 6
This project uses the InsideAirBNB dataset for the Amsterdam region.
- Make sure you have a database with the InsideAirBNB data
- Copy the
appsettings.jsontoappsettings.Development.json(or any other environment) - Change the
ConnectionStrings:WhereBNBentry to match your connection (for exampleServer=localhost;Database=WhereBNB;User=SA;Password=password123) - Run
dotnet ef database updateto confirm that everything works and to apply the migrations.