In order to activate the MongoDB database- the following actions should be done:
- Creation of output folder, where the data will be stored. (ex. mongodb-data)
- Run the following code on the TERMINAL:
PATH\mongodb\bin\mongod.exe --dbpath=PATH\OUTPUT_FOLDER
Example:
Users\Username\Desktop\mongodb\bin\mongod.exe --dbpath=Users\Username\Desktop\mongodb-data