(CHORE): Created the directories based on the structure defined before.
Pretty sure everything needed is here, next step is beginning implementation! Finally, jesus.
This commit is contained in:
parent
e8d4d8d8ab
commit
0b29602cb8
0
cmd/web/main.go
Normal file
0
cmd/web/main.go
Normal file
0
internal/app/handlers/recipe_handler.go
Normal file
0
internal/app/handlers/recipe_handler.go
Normal file
0
internal/app/handlers/user_handler.go
Normal file
0
internal/app/handlers/user_handler.go
Normal file
0
internal/app/server/server.go
Normal file
0
internal/app/server/server.go
Normal file
0
internal/app/services/recipe_service.go
Normal file
0
internal/app/services/recipe_service.go
Normal file
0
internal/app/services/user_service.go
Normal file
0
internal/app/services/user_service.go
Normal file
0
internal/domain/recipe/recipe.go
Normal file
0
internal/domain/recipe/recipe.go
Normal file
0
internal/domain/recipe/repository.go
Normal file
0
internal/domain/recipe/repository.go
Normal file
0
internal/domain/recipe/service.go
Normal file
0
internal/domain/recipe/service.go
Normal file
0
internal/domain/user/repository.go
Normal file
0
internal/domain/user/repository.go
Normal file
0
internal/domain/user/service.go
Normal file
0
internal/domain/user/service.go
Normal file
0
internal/domain/user/user.go
Normal file
0
internal/domain/user/user.go
Normal file
0
internal/templates/components/button.templ
Normal file
0
internal/templates/components/button.templ
Normal file
10
internal/templates/components/button_templ.go
Normal file
10
internal/templates/components/button_templ.go
Normal file
@ -0,0 +1,10 @@
|
||||
// Code generated by templ - DO NOT EDIT.
|
||||
|
||||
// templ: version: v0.3.865
|
||||
|
||||
//lint:file-ignore SA4006 This context is only used if a nested component is present.
|
||||
|
||||
import "github.com/a-h/templ"
|
||||
import templruntime "github.com/a-h/templ/runtime"
|
||||
|
||||
var _ = templruntime.GeneratedTemplate
|
||||
0
internal/templates/layouts/app_layout.templ
Normal file
0
internal/templates/layouts/app_layout.templ
Normal file
10
internal/templates/layouts/app_layout_templ.go
Normal file
10
internal/templates/layouts/app_layout_templ.go
Normal file
@ -0,0 +1,10 @@
|
||||
// Code generated by templ - DO NOT EDIT.
|
||||
|
||||
// templ: version: v0.3.865
|
||||
|
||||
//lint:file-ignore SA4006 This context is only used if a nested component is present.
|
||||
|
||||
import "github.com/a-h/templ"
|
||||
import templruntime "github.com/a-h/templ/runtime"
|
||||
|
||||
var _ = templruntime.GeneratedTemplate
|
||||
0
internal/templates/pages/home.templ
Normal file
0
internal/templates/pages/home.templ
Normal file
10
internal/templates/pages/home_templ.go
Normal file
10
internal/templates/pages/home_templ.go
Normal file
@ -0,0 +1,10 @@
|
||||
// Code generated by templ - DO NOT EDIT.
|
||||
|
||||
// templ: version: v0.3.865
|
||||
|
||||
//lint:file-ignore SA4006 This context is only used if a nested component is present.
|
||||
|
||||
import "github.com/a-h/templ"
|
||||
import templruntime "github.com/a-h/templ/runtime"
|
||||
|
||||
var _ = templruntime.GeneratedTemplate
|
||||
0
internal/templates/partials/row.templ
Normal file
0
internal/templates/partials/row.templ
Normal file
10
internal/templates/partials/row_templ.go
Normal file
10
internal/templates/partials/row_templ.go
Normal file
@ -0,0 +1,10 @@
|
||||
// Code generated by templ - DO NOT EDIT.
|
||||
|
||||
// templ: version: v0.3.865
|
||||
|
||||
//lint:file-ignore SA4006 This context is only used if a nested component is present.
|
||||
|
||||
import "github.com/a-h/templ"
|
||||
import templruntime "github.com/a-h/templ/runtime"
|
||||
|
||||
var _ = templruntime.GeneratedTemplate
|
||||
0
web/static/css/style.css
Normal file
0
web/static/css/style.css
Normal file
0
web/static/img/.gitkeep
Normal file
0
web/static/img/.gitkeep
Normal file
Loading…
x
Reference in New Issue
Block a user