Simple PC app store for oragnizations
- node.js - for running the server
- MongoDB - as the database
- .NET 4 with .NET 4.5 update - for the windows service
git clone https://github.com/arieljannai/joeInstaller.git
cd joeInstaller && npm install && bower install
node initialize-db.js
npm start