Skip to content

yuribett/DynaClub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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