Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mryderie/aspnet-core-htmx-example

Demonstrates the use of htmx with ASP.NET Core Razor Pages to create a simple CRUD web application.
https://github.com/mryderie/aspnet-core-htmx-example

asp-net-core bootstrap entity-framework-core htmx razor-pages typescript

Last synced: 25 days ago
JSON representation

Demonstrates the use of htmx with ASP.NET Core Razor Pages to create a simple CRUD web application.

Awesome Lists containing this project

README

        

# ASP.NET Core Razor Pages w/ htmx - CRUD Example

This project demonstrates the use of [htmx](https://htmx.org/) with [ASP.NET Core Razor Pages](https://docs.microsoft.com/en-us/aspnet/core/razor-pages/) to create a simple [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) web application.

![Music Manager UI Screenshot](media/music-manager-screenshot.png)

## Frameworks used in this project:

### Front-end
* ASP.NET Core Razor Pages
* htmx
* Bootstrap 5
* Bootstrap Icons
* [aspnet-client-validation](https://github.com/haacked/aspnet-client-validation)
* TypeScript
* Webpack

### Back-end
* ASP.NET Core 8
* Entity Framework Core

_Artist, Album & Track name seed data generated with [Name Generator](https://www.name-generator.org.uk/band-name/)_