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.json
toappsettings.Development.json
(or any other environment) - Change the
ConnectionStrings:WhereBNB
entry to match your connection (for exampleServer=localhost;Database=WhereBNB;User=SA;Password=password123
) - Run
dotnet ef database update
to confirm that everything works and to apply the migrations.