Benchmark logging tool
Go to file
2023-11-28 14:40:12 -05:00
app Added templating, versioning, middleware, etc 2023-11-24 14:27:23 -05:00
data Added Gorm to project 2023-11-27 22:36:58 -05:00
models Refactored models code to follow a better approach for opening and closing the database connection 2023-11-28 14:40:12 -05:00
public/css Copied some styles from Leviathan 2023-11-27 22:26:36 -05:00
templates Added models; started working on project routes 2023-11-27 23:41:48 -05:00
web Added models; started working on project routes 2023-11-27 23:41:48 -05:00
.gitignore Added Gorm to project 2023-11-27 22:36:58 -05:00
go.mod Refactored models code to follow a better approach for opening and closing the database connection 2023-11-28 14:40:12 -05:00
go.sum Refactored models code to follow a better approach for opening and closing the database connection 2023-11-28 14:40:12 -05:00
main.go Refactored models code to follow a better approach for opening and closing the database connection 2023-11-28 14:40:12 -05:00
Makefile Updated Makefile to auto-define version 2023-11-24 14:28:53 -05:00