Y3 - MGSE Project
###Setup
- Launch mongod from the install directory C:/Program Files/MongoDB/Server/3.2/bin with the command:
mongod --dbpath "C:/Users/t_j_w/Work/University/Multiplayer Game Software Engineering/MGSE_Project/NodejsServer/data/"
- From the NodejsServer directory containing the server.js file, run 'npm start'
- Run client application
###(Optional)
- use Mongo.exe from Command Prompt to interact with server.
- The data used by the server is stored in the database 'PlayerDB' and the collection 'players'. To list all players from Mongo.exe, into the command prompt type 'use PlayerDB', then 'db.players.find().pretty()'