Skip to content

Commit 4212fd7

Browse files
Add domain
1 parent a8d6f0f commit 4212fd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ capabilities.
2323

2424
The application is a todo list application.
2525

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
2727
frontend in JavaScript.
2828

2929
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
3535
The Go backend is in the `internal/todo` folder and contains the following:
3636

3737
- `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.
4041

4142
The database is SQLite with [GORM](https://gorm.io/) as the database access library.
4243

0 commit comments

Comments
 (0)