File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ capabilities.
23
23
24
24
The application is a todo list application.
25
25
26
- The application is a Go application with a simple REST API and a simple
26
+ It is written in Go with a simple REST API and a simple
27
27
frontend in JavaScript.
28
28
29
29
The frontend is in the ` internal/js ` folder and is a simple single page
@@ -35,8 +35,9 @@ The frontend uses [Alpine.js](https://alpinejs.dev/) as the JavaScript framework
35
35
The Go backend is in the ` internal/todo ` folder and contains the following:
36
36
37
37
- ` db ` : The database models and the database access functions.
38
- - ` usecase ` : The use cases of the application.
39
- - ` web ` : The HTTP handlers of the application.
38
+ - ` usecase ` : The use cases of the module.
39
+ - ` web ` : The HTTP handlers of the module.
40
+ - ` domain ` : The domain of the module.
40
41
41
42
The database is SQLite with [ GORM] ( https://gorm.io/ ) as the database access library.
42
43
You can’t perform that action at this time.
0 commit comments