This is a gamification project where employees reward each other. Wins the employee with more rewards (Dyna money) at the end of a period.
The app is used at Dynamix Software
- NodeJS and NPM
- Redis
- MongoDB
- Angular-CLI
With Redis and MongoDB running, check connections configurations in /server/server.js
If it's the first time running, you must install the dependencies:
cd server
npm installTo start the Server API:
cd server
npm startIf you want to start with clusters
cd server
node cluster.jsFor more info about client build, please check server README.md
If it's the first time running, you must install the dependencies:
cd client
npm installTo start the Server API:
cd client
ng serveFor more info about client build, please check client README.md