Skip to content

Commit b9b2f89

Browse files
chore: update readme with prerequisite dependencies
1 parent 88bf8b1 commit b9b2f89

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,23 @@ You can modify these workflows based on your deployment environment. The templat
7171

7272
For detailed CI/CD guidance, refer to the [CodeBlock Dev Kit Documentation](https://docs.codeblock.dev/).
7373

74+
# 🗄️ Prerequisite Dependencies
75+
76+
This template requires two dependencies to run:
77+
78+
#### MongoDB
79+
- **Purpose**: Primary database for storing application data
80+
- **Minimum Version**: 4.4+ (compatible with MongoDB.Driver 3.2.1)
81+
- **Download**: [MongoDB Community Server](https://www.mongodb.com/try/download/community)
82+
83+
#### QdrantDB
84+
- **Purpose**: Vector database for AI chatbot features (optional)
85+
- **Minimum Version**: 1.7+ (compatible with Qdrant.Client 1.14.0)
86+
- **Download**: [Qdrant Vector Database](https://qdrant.tech/documentation/guides/installation/)
87+
- **Note**: Only required if your application includes AI chatbot functionality
88+
89+
Install these dependencies in your deployment environment before running the template.
90+
7491
# 🚀 Implement Your Logic and Build Your SaaS
7592

7693
The template includes a complete example implementation to help you understand how to build your own features.
@@ -84,7 +101,7 @@ The template includes a complete example implementation to help you understand h
84101

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

87-
# 🐛 Support & Feedback
104+
# 🛟 Support & Feedback
88105

89106
If you need help, have a question, or want to report a bug, you can create an issue and we will respond as soon as possible.
90107

0 commit comments

Comments
 (0)