Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 732 Bytes

File metadata and controls

41 lines (26 loc) · 732 Bytes

Blazor CRUD

This repository contains a CRUD (Create, Read, Update, Delete) application built using Blazor.

Project Overview

This project aims to demonstrate the capabilities of Blazor for building web applications with rich user interfaces.

Features

  • Create operations
  • Read operations
  • Update operations
  • Delete operations

Installation

  1. Clone the repository:

    git clone https://github.com/kaushalparik27/BlazorCRUD.git
  2. Navigate to the project directory:

    cd BlazorCRUD
  3. Open the project in your preferred IDE

Usage

Run the application using the following command:

dotnet run

License

This project is licensed under the MIT License.