make get and post endpoints work, update enums to be strings, add log file output

This commit is contained in:
katefort 2025-04-23 15:34:19 -05:00
parent 79977f1a18
commit e762fc2abd
12 changed files with 94 additions and 72 deletions

View file

@ -1,6 +1,8 @@
package main
import "vegan-barcode/internal/application"
import (
"vegan-barcode/internal/application"
)
func main() {
application.Start()