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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,7 @@ To use this template, you need to purchase a license from the CodeBlock Dev Kit
39
39
3. Copy the license file to the root directory of this template project
40
40
4. Execute the setup script to configure your SaaS application
41
41
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.
42
43
43
44
# ⚙️ Setup the Template
44
45
@@ -57,6 +58,7 @@ This template requires two dependencies to run:
57
58
-**Minimum Version**: 4.4+
58
59
-**Download**: [MongoDB Community Server](https://www.mongodb.com/try/download/community)
59
60
-**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.
60
62
-**⚠️ Important**: For security reasons, do not use the default connection in production and use username/password authentication for your MongoDB connection
61
63
62
64
#### QdrantDB
@@ -71,7 +73,7 @@ This template requires two dependencies to run:
71
73
72
74
# 🚀 Implement Your Logic and Build Your SaaS
73
75
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.
75
77
- Run the `src/2-Clients/Api` project and see `DemocThings` APIs.
76
78
- Run the `src/2-Clients/AdminPanel` project and navigate to `Demo` menu item.
77
79
- Look at the code in the `src/1-Libraries/Application/Services/DemoThings` to see how the application services are structured.
0 commit comments