Skip to content

Latest commit

 

History

History
52 lines (38 loc) · 1.21 KB

README.md

File metadata and controls

52 lines (38 loc) · 1.21 KB

DynaClub

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

Prerequisites

Run Server

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 install

To start the Server API:

cd server
npm start

If you want to start with clusters

cd server
node cluster.js

For more info about client build, please check server README.md

Run Client

If it's the first time running, you must install the dependencies:

cd client
npm install

To start the Server API:

cd client
ng serve

For more info about client build, please check client README.md