From aa2379ab9d87501d22da2ad94e6f088dabac8d36 Mon Sep 17 00:00:00 2001 From: DemonKiller <55846983+demonkillerr@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:02:19 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cca8282..f33d826 100644 --- a/README.md +++ b/README.md @@ -72,3 +72,14 @@ And finally, run the server with `npm run serverstart` or `npm run serverstartWi > It's also worth noting that you should communicate with the project maintainers and other contributors to ensure that your changes align with the project's goals and direction. + +
+

Connect with us +

+

+ Twitter     + Instagram     + Discord     + Gmail     + LinkedIn     +

From 19550ef452bb1656a08f31f79af82eab847e1b69 Mon Sep 17 00:00:00 2001 From: callistox9 Date: Sun, 22 Oct 2023 10:53:19 +0530 Subject: [PATCH 2/2] minor_typo corrected --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f33d826..dcff82a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # TCET ERP System -TCET ERP System is a project that aims to simplify and automate daily operation in TCET. +TCET ERP System is a project that aims to simplify and automate daily operations in TCET. This ERP system will be used to manage various aspects of the operations of colleges, including admissions, registration, student records, financial aid, course scheduling, and fees. The ERP system would typically consist of multiple integrated modules that support these functions. @@ -32,7 +32,7 @@ node -e "console.log(require('crypto').randomBytes(256).toString('base64')); Set this on 'local' `DB_URL` - For this parameter you will need to open your account on MongoDB Atlas, don't forget to note down you account password, then create new cluster and through that you will get your connection string which will be your DB_URL in .env, make sure instead of "password" in connection string, you enter your own account password. + For this parameter, you will need to open your account on MongoDB Atlas, don't forget to note down your account password, then create new cluster and through that you will get your connection string which will be your DB_URL in .env, make sure instead of "password" in connection string, you enter your own account password. `EMAIL_HOST`, `EMAIL_PORT`,