Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.43 KB

README.md

File metadata and controls

63 lines (45 loc) · 2.43 KB


netent
NetEnt SlotMachine Backend

A simple NodeJs backend server with slotMachine Frontend.

Gitter Build Status Coverage Status Downloads Version License Chat


Introduction

Simple nodeJs backend with simple logic and some statistics about SlotMachine game frontend

Tech Used:

  • express,
  • mocha,
  • supertest,

Getting Started

Developer Guide

Installation

  • git clone the repository via git clone repository name and install dependances via npm install
  • start the server via npm start
  • open browser on port 3000

test

npm test