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: project/README.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,6 @@ We use shadcn/ui for CSS. Refer to the [shadcn/ui documentation](https://ui.shad
96
96
97
97
- Keep your microservices small and focused on a specific domain.
98
98
- Use the shared DTOs for consistency between frontend and backend.
99
-
- Leverage the API gateway for cross-cutting concerns like authentication.
100
99
- Write unit tests for your services and controllers.
101
100
- Use Zod schemas for both runtime validation and TypeScript type inference.
102
101
@@ -108,7 +107,3 @@ If you encounter any issues:
108
107
2. Check that you're using the correct Node.js version (specified in `.nvmrc`)
109
108
3. Clear your build cache with `pnpm clean`
110
109
4. If problems persist, please open an issue in the repository
111
-
112
-
## Contributing
113
-
114
-
Please read our [Contributing Guide](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.) backend handling all questions related functions.
0 commit comments