diff --git a/QRBeeApi/README.md b/QRBeeApi/README.md new file mode 100644 index 0000000..a5055b7 --- /dev/null +++ b/QRBeeApi/README.md @@ -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 \ No newline at end of file