Added ability to create projects

This commit is contained in:
2025-07-14 13:53:50 -04:00
parent c9ad5df2ed
commit e09d399c98
9 changed files with 80 additions and 19 deletions

View File

@ -20,8 +20,6 @@ func main() {
// initialize database
models.Open()
// defer database connection closing til the app exits
defer models.Close()
// initialize templating engine
f.Use(template.Templater())