khalidabuhakmeh / HtmxCollections

Using Htmx, ASP.NET Core, and Marten (postgres document db) to sort list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTMX Collection Posting

This is a simple demo on the surface but demonstrates a few complex concepts in ASP.NET Core:

  • Model Binding a collection from a form
  • Sorting client side and saving the results
  • Clientside interaction with HTMX
  • Document Database

Getting Started

You'll need the following:

  • PostgreSQL Database (use docker)
  • .NET 6

You should be good to go. Just change the connection string.

License

I'm cool if you're cool 😎

About

Using Htmx, ASP.NET Core, and Marten (postgres document db) to sort list


Languages

Language:JavaScript 93.7%Language:HTML 3.2%Language:C# 2.8%Language:CSS 0.4%