ROOT (Task Master/API)

**Please check the MongoDB (here 4.0) and Node.js (here 11.0) repo and change the command below to get the latest version. **

apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
echo -e "\n#MongoDB Repo\ndeb https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse" >> /etc/apt/sources.list
curl -sL https://deb.nodesource.com/setup_11.x | bash -

apt update
apt install mongodb-org nodejs npm git

git clone https://github.com/linnovate/mean.git
cd mean
npm install
npm start