summary refs log tree commit diff stats
path: root/models/database.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-06-08update .gitignoreChristian Krinitsin1-1/+1
2025-04-25fix password_length checkChristian Krinitsin1-1/+1
2025-04-25add a password confirm fieldChristian Krinitsin2-9/+21
2025-04-25fix base_pathChristian Krinitsin2-12/+12
2025-04-24Authentication (#1)ckrinitsin9-23/+701
* add login and register templates * add jwt and gin-contrib dependencies * add List database table * add authentication * add logout
2025-04-21add autofocus on the input field and add a delete-confirmation promptChristian Krinitsin1-2/+2
2025-04-21add a base_path environment variableChristian Krinitsin2-9/+19
2025-04-21fix app routingChristian Krinitsin1-3/+3
2025-04-21change name to shopping-listChristian Krinitsin3-4/+4
2025-04-21entries are loaded in a sorted wayChristian Krinitsin1-0/+1
2025-04-21add all basic requestsChristian Krinitsin3-14/+69
2025-04-21create needed requests and add them to the template.htmlChristian Krinitsin3-10/+34
2025-04-20adjust html-template with redirects to create and deleteChristian Krinitsin2-52/+22
2025-04-20creates connection to databaseChristian Krinitsin2-0/+33
2025-04-20add database modules (gorm.io with sqlite)Christian Krinitsin2-0/+15
2025-04-20add basic template, shopping list website and a health checkChristian Krinitsin3-3/+253