Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/moientajik/blazor-crud

Simple CRUD application using C#/Blazor
https://github.com/moientajik/blazor-crud

blazor blazor-crud csharp entity-framework entity-framework-core razor

Last synced: 17 days ago
JSON representation

Simple CRUD application using C#/Blazor

Awesome Lists containing this project

README

        

# Blazor CRUD

A simple CRUD application using Blazor.

## Getting Started

To get setup with Blazor CRUD:
1. Install the [.NET Core 2.1 Preview 1 SDK](https://www.microsoft.com/net/download/dotnet-core/sdk-2.1.300-preview1)
1. Navigate to BzHost.Server and run:
```
dotnet run
```
Done. Your application is running on [localhost:5000](http://localhost:5000)

## Built With
* [Blazor](https://github.com/aspnet/Blazor) - .NET Web Framework
* [Entity Framework Core](https://github.com/aspnet/EntityFrameworkCore) - Object Relational Mapper (ORM)
* [Bootstrap](https://getbootstrap.com/) - Front-End Library