From 0a61858365b7afdb1361cb52501de0ff86fac005 Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch> Date: Wed, 5 Jun 2024 15:42:56 +0200 Subject: [PATCH] feat: updated readme (instructions for using db inside mongosh) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 968670c..301db89 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,10 @@ cd collections chmod u+x import_data.sh ./import_data.sh ``` + +## Connect to the `mongodb` instance + +```bash +mongosh +test> use tournamentManager; +``` -- GitLab