jewkesy / nodopoly

Online Monopoly game using NodeJS and MongoDB
9 stars 2 forks source link

Nodopoly

Online Monopoly game using NodeJS and MongoDB

Prerequisites

Installation

Apply the dependencies

$ npm install

Create the initial MongoDB database and collection and insert the game board properties

$ mongoimport --db nodopoly --drop --collection gameBoard--file setup/gameBoard.json --jsonArray

Configuration

$ cp config.json.example config.json
$ nano config.json

Apply the necessary configuration settings

Run the application

$ npm start

Play!

http://127.0.0.1:3000