Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mryderie/aspnet-core-htmx-example
- Owner: mryderie
- License: mit
- Created: 2021-03-29T20:10:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-07T12:30:51.000Z (about 1 month ago)
- Last Synced: 2024-11-07T13:32:58.837Z (about 1 month ago)
- Topics: asp-net-core, bootstrap, entity-framework-core, htmx, razor-pages, typescript
- Language: C#
- Homepage:
- Size: 357 KB
- Stars: 83
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-htmx - aspnet-core-htmx-example - Demonstrates the use of htmx with ASP.NET Core Razor Pages to create a simple CRUD web application. (Examples by Back-end / ASP.net)
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/)_