This is repository for the project 1 EvolveU "Kidnapping in Paris".
##To start the game you need:
clone repository using command "git clone https://github.com/Irynatar/project1-choose-your-own-adventure.git" in a terminal;
* express using command "npm install express",
* mongodb: "npm install mongodb",
* ejs: "npm install ejs"
To load initial data run "mongorestore -d choose_adventure initDb/choose_adventure"