idiomatic project structure

This commit is contained in:
2024-11-26 11:31:46 -06:00
parent 1200380341
commit 052f95702d
44 changed files with 717 additions and 481 deletions

5
config/config.go Normal file
View File

@@ -0,0 +1,5 @@
package config
const (
FrontendHost = "https://nkode.tech"
)