Operation Pandora Trigger Command Center
https://opt4.net
|
|
||
|---|---|---|
| api | ||
| backup | ||
| docs | ||
| static | ||
| .editorconfig | ||
| .gitignore | ||
| README.md | ||
| package-lock.json | ||
| package.json | ||
README.md
Operation Pandora Trigger Commandcenter
MEAN Application
Installation
Setup mongoDB
https://docs.mongodb.com/manual/administration/install-community/
Setup node and npm
sudo apt-get install npm nodejs-legacy
update to latest npm version
sudo npm install -g npm@latest
update node to latest version
sudo npm install -g n@latest
n latest
check versions
npm -v
node -v