Blazor Application
This is a Blazor application built with .NET 8, C#, and Razor Pages. It consumes the Web API project and interacts with it to provide dynamic content to the users.
Prerequisites
Before you begin, ensure you have the following installed on your machine:
Getting Started
Follow these steps to set up and run the Blazor application:
- Clone the Repository:
git clone https://git@github.com:enova1/Blazor.git
- Open the Solution in Visual Studio:
- Open Visual Studio.
- Navigate to File > Open > Project/Solution.
- Select the
.sln
file from the cloned repository.
- Build the Solution:
- Once the solution is loaded, build the solution to restore dependencies:
- Run the Blazor Application:
- Set the Blazor application project as the startup project.
- Press
F5
or click on the Start Debugging button to run the Blazor application.
- Explore the Blazor Application:
- Once the application is running, you can navigate through the different pages and components to interact with the content fetched from the Web API.
Consuming the Web API
- The Blazor application consumes my Web API project (https://github.com/enova1/WebApi) to fetch data and interact with the backend services.
- Ensure that the Web API project is running and accessible before using the Blazor application.
- Contributing: If you find any issues or would like to contribute to the project, feel free to create a pull request or open an issue on GitHub.
Support
For any questions or issues, please feel free to reach out to lazer8701@gmail.com.