BlazorPoll is a prototype for creating and voting on single/multiple choice polls. The goal is a proof of work for Microsoft Blazor WebAssembly.
- .Net SDK 5.x
- Clone the repository
- Navigate into BlazorPoll/Docker and run
docker compose up -d
- Open BlazorPoll solution in Visual Studio
- In Visual Studio open Package Manager Console (Tools --> NuGet Package Manager --> Package Manager Console) and run
update-database
- In Visual Studio open Developer PowerShell (View --> Terminal), navigate into BlazorPoll/BlazorPoll/Server and run
dotnet run
- Open Application at
https://localhost:5001