Skip to content
Snippets Groups Projects
Verified Commit 0a618583 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

feat: updated readme (instructions for using db inside mongosh)

parent 51192266
Branches
No related tags found
No related merge requests found
...@@ -13,3 +13,10 @@ cd collections ...@@ -13,3 +13,10 @@ cd collections
chmod u+x import_data.sh chmod u+x import_data.sh
./import_data.sh ./import_data.sh
``` ```
## Connect to the `mongodb` instance
```bash
mongosh
test> use tournamentManager;
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment