# Operation Pandora Trigger Commandcenter [MEAN Application](http://mean.io/) created for [www.operation-pandora.com](www.operation-pandora.com) Arma3 Community ## 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 ## Development and Execution ### Run in dev mode *TODO* ### Run in Production *TODO* ## License Information ### Express API (`/api`) published under [CC BY-SA 4.0 License](https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt) Main concept for API Server, pagination and MongoDB usage by [Prof. Dr.-Ing. Johannes Konert](https://prof.beuth-hochschule.de/konert/) All endpoints, signature image builder and Arma3 RPT-Log parsing by [Florian Hartwich](https://de.linkedin.com/in/florian-hartwich-b67b02125) ### Angular 5 Frontend (`/static`) published under [MIT License](https://opensource.org/licenses/MIT)