Go/Echo+Templ+Htmx: Full stack application using Golang's Echo framework & Templ templating language with user session management + CRUD to a SQLite database (To Do List) and HTMX in the frontend
Go/Echo+</>Templ: User List App as an example of a project structured in layers, use of Templ Template language and frontend with HTMx technology
Simple full-stack web application for saving notes to a Sqlite database (CRUD), with HTML template rendering using </> htmx & _hyperscript. This is a minimalist application that does not use any additional libraries beyond the standard Go library.
Full-stack app using Go Fiber's SQLite3 storage package to persist user sessions & HTMX on the frontend
Full stack application using Rust's Axum framework & Askama templating language with user auth management (JWT) + CRUD to a SQLite database (To Do List) and HTMX in the frontend.