- MongoDB
- Node.js
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
apt-get install -y nodejs
Go here, and follow the instructions. Open command prompt and run the following command.
md \data\db
Then cd into the bin folder of the monogodb installation (probably in Program Files) and run the "mongod" exe.
Don't use npm update (at least for now) because it currently needs an older version of mongoose. Use npm install.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.