Skip to content

Commit 445abdc

Browse files
chore: update readme
1 parent cbbc0e9 commit 445abdc

1 file changed

Lines changed: 8 additions & 27 deletions

File tree

README.md

Lines changed: 8 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -81,32 +81,13 @@ The template includes pre-configured CI/CD workflows:
8181

8282
# 🚀 Implement Your Logic and Build Your SaaS
8383

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:
85-
86-
### Frontend Implementation
87-
- **Pages**: `/src/2-Clients/AdminPanel/Pages/DemoThings/`
88-
- **Navigation**: `/src/2-Clients/AdminPanel/Pages/Shared/NavMenu.razor`
89-
90-
### Backend Implementation
91-
- **API Controllers**: `/src/2-Clients/Api/Controllers/DemoThingsController.cs`
92-
- **Application Services**: `/src/1-Libraries/Application/Services/DemoThings/`
93-
- **Use Cases**: `/src/1-Libraries/Application/UseCases/DemoThings/`
94-
- **Domain Logic**: `/src/1-Libraries/Core/Domain/DemoThings/`
95-
96-
### Testing
97-
- **Unit Tests**: `/src/3-Tests/Application.Tests.Unit/UseCases/DemoThings/`
98-
- **Integration Tests**: `/src/3-Tests/Application.Tests.Integration/UseCases/DemoThings/`
99-
100-
### Learning Resources
101-
- **Dev Kit Documentation**: [https://docs.codeblock.dev/](https://docs.codeblock.dev/)
102-
- **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.
11192

11293
For detailed guidance on implementing features and customizing the template, refer to the [CodeBlock Dev Kit Documentation](https://docs.codeblock.dev/).

0 commit comments

Comments
 (0)