This project simulates a weekly leaderboard scenario for a game where players change money every second.
Client: Vue.js
Server: NodeJS(express) - Socket.io
Database: MongoDB - Redis(Pub/Sub/ Sorted set)
git clone https://github.com/metinagaoglu/NodeJS-leader-board
Go to the project directory
cd NodeJS-leader-board
docker-compose up
To run tests, run the following command
cd src/
npm run test
I've applied the commit style guideline of the teknasyon in the commits in this project. Teknasyon Git Commits Style Guidelines