Skip to content

Commit 9c468a3

Browse files
chore: update MongoDB doc
1 parent 669bf85 commit 9c468a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ To use this template, you need to purchase a license from the CodeBlock Dev Kit
3939
3. Copy the license file to the root directory of this template project
4040
4. Execute the setup script to configure your SaaS application
4141

42+
- **⚠️ Warning**: Do not share your license publicly. If your repository is public, add the license to your .gitignore file to prevent it from being uploaded.
4243

4344
# ⚙️ Setup the Template
4445

@@ -57,6 +58,7 @@ This template requires two dependencies to run:
5758
- **Minimum Version**: 4.4+
5859
- **Download**: [MongoDB Community Server](https://www.mongodb.com/try/download/community)
5960
- **Connection**: Default connection is `mongodb://localhost:27017` in all `appsettings.json` and `appsettings.Development.json` files. If you change the default port while installing MongoDB server, remember to update the connection in appsettings files as well.
61+
- **Run as service**: The MongoDB server needs to be running as a service on your server or PC.
6062
- **⚠️ Important**: For security reasons, do not use the default connection in production and use username/password authentication for your MongoDB connection
6163

6264
#### QdrantDB
@@ -71,7 +73,7 @@ This template requires two dependencies to run:
7173

7274
# 🚀 Implement Your Logic and Build Your SaaS
7375

74-
The template includes a complete example implementation to help you understand how to build your own features.
76+
The template includes a complete example implementation called 'DemocThings' to help you understand how to build your own features.
7577
- Run the `src/2-Clients/Api` project and see `DemocThings` APIs.
7678
- Run the `src/2-Clients/AdminPanel` project and navigate to `Demo` menu item.
7779
- Look at the code in the `src/1-Libraries/Application/Services/DemoThings` to see how the application services are structured.

0 commit comments

Comments
 (0)