Skip to content

This project simulates a weekly leaderboard scenario for a game where players change money every second.

Notifications You must be signed in to change notification settings

metinagaoglu/NodeJS-leader-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weekly leaderboard example with NodeJS / MongoDB

This project simulates a weekly leaderboard scenario for a game where players change money every second.

Tech Stack

Client: Vue.js

Server: NodeJS(express) - Socket.io

Database: MongoDB - Redis(Pub/Sub/ Sorted set)

Run Locally (automatic with docker compose)

  git clone https://github.com/metinagaoglu/NodeJS-leader-board

Go to the project directory

  cd NodeJS-leader-board
  docker-compose up

Running Tests

To run tests, run the following command

  cd src/
  npm run test

Architecture

App Architecture

Commit-style

I've applied the commit style guideline of the teknasyon in the commits in this project. Teknasyon Git Commits Style Guidelines

About

This project simulates a weekly leaderboard scenario for a game where players change money every second.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published