Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 946 Bytes

File metadata and controls

31 lines (22 loc) · 946 Bytes

IssueTracker

ASP.NET MVC & HTMX interaction

Technologies

  1. NET8
  2. ASP.NET MVC
  3. HTMX
  4. Javascript, HTML/CSS (Bootstrap)
  5. ASP.NET Identity for simple cookie-based authentification
  6. SQLite for persistence data
  7. EntityFramework Core for data access with custom generic repositories
  8. Bogus for generating fake data
  9. Automapper
  10. xUnit integration tests

Features

Log in, log out, sign up

View all issues in the table view with dynamic server-side paging (load more button), sorting and filtering by tags

View all concrete issue and adding comments

Creating new issues, updating and deleting your issues

A little bit of pictures

image

image

image