You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-27Lines changed: 8 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,32 +81,13 @@ The template includes pre-configured CI/CD workflows:
81
81
82
82
# 🚀 Implement Your Logic and Build Your SaaS
83
83
84
-
The template includes a complete example implementation to help you understand how to build your own features. Study the demo implementation to learn the patterns:
-**Architecture Patterns**: Study the demo implementation to understand clean architecture principles
103
-
-**Best Practices**: Follow the established patterns for consistency and maintainability
104
-
105
-
## 📚 Next Steps
106
-
107
-
1.**Study the Demo**: Examine the demo implementation to understand the patterns
108
-
2.**Customize Settings**: Update configuration files with your application details
109
-
3.**Add Your Features**: Implement your business logic following the established patterns
110
-
4.**Deploy**: Use the provided CI/CD workflows or customize them for your deployment environment
84
+
The template includes a complete example implementation to help you understand how to build your own features.
85
+
- Run the `src/2-Clients/Api` project and see `DemocThings` APIs.
86
+
- Run the `src/2-Clients/AdminPanel` project and navigate to `Demo` menu item.
87
+
- Look at the code in the `src/1-Libraries/Application/Services/DemoThings` to see how the application services are structured.
88
+
- Look at `src/1-Libraries/Application/UseCases/DemoThings/` to see how the use cases are implemented.
89
+
- Look at the `src/1-Libraries/Core/Domain/DemoThings/` to see how the domain logic is structured.
90
+
- Look at the `src/3-Tests/Application.Tests.Unit/UseCases/DemoThings/` to see how unit tests are written.
91
+
- Look at the `src/3-Tests/Application.Tests.Integration/UseCases/DemoThings/` to see how integration tests are structured.
111
92
112
93
For detailed guidance on implementing features and customizing the template, refer to the [CodeBlock Dev Kit Documentation](https://docs.codeblock.dev/).
0 commit comments