Skip to content

Commit c22d549

Browse files
committed
Add project structure
1 parent 2a71277 commit c22d549

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,15 @@ Create a `config.yaml` file in the root directory with the following content:
104104

105105
Email notifications via SendGrid
106106
User preference-based filtering
107-
Customizable notification templates
107+
Customizable notification templates
108+
109+
## Development
110+
Project Structure
111+
112+
├── config/ # Configuration management
113+
├── database/ # Database initialization and connection
114+
├── models/ # Data models
115+
├── nft/ # NFT detection logic
116+
├── repository/ # Data access layer
117+
├── services/ # Business logic and notifications
118+
└── mock/ # Test mocks

0 commit comments

Comments
 (0)