MongoDB installation instructions added.

This commit is contained in:
Andrey Shabarshov 2022-02-25 10:28:30 +00:00
parent 0092de2ec5
commit 81a87262c5

11
QRBeeApi/README.md Normal file
View File

@ -0,0 +1,11 @@
# Setup MongoDB
1. Download MongoDB from this link https://www.mongodb.com/try/download/community
2. Unzip the files anywhere you want
3. Create a text file and write these lines in it:
@echo off
{MongoDB folder Path}\mongod.exe --dbpath={Path to existing empty folder}
4. Save text file as StartMongo.bat file
5. Run StartMongo.bat