Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/moientajik/blazor-crud
- Owner: MoienTajik
- Created: 2018-03-25T16:46:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-31T00:03:18.000Z (over 5 years ago)
- Last Synced: 2024-10-03T12:38:34.609Z (about 1 month ago)
- Topics: blazor, blazor-crud, csharp, entity-framework, entity-framework-core, razor
- Language: HTML
- Homepage:
- Size: 240 KB
- Stars: 34
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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