A .NET 8
Blazor app that allows users to view the status of all domains owned and operated by Darian Benam. 🚀 This app was built using Visual Studio Community 2022.
Assuming the .NET SDK is installed, run the following command in the root directory of the project:
dotnet run
You can also run the project via an IDE (such as Visual Studio or Visual Studio Code).
Assuming Docker is installed, run the following command in the root directory of the project:
docker-compose up -d
To view a live demo of this app, visit https://status.darianbenam.com/. The app is deployed on an NGINX instance running on Ubuntu 22.04 LTS (Jammy Jellyfish).