Taboo web game
#instructions
- Clone or download the project
- Make sure you have mongo installed. Open terminal/cmd prompt, and create a mongo instance by typing "mongod"
- Type "mongo" to login to mongo-db
- Create a db: use taboodb
- Now create 'words' collection(table) in this db: db.createCollection("words")
- Also create 'games' collection(table) in this db: db.createCollection("games")
- Copy all the data present in words_new.json file which is project and paste it in 'words' collection: db.words.insert()
- You are almost done, npm modules are already in project, so open terminal/cmd prompt and run the following command: gulp
- Wait for some time and you shall see Taboo up and running :D