Backend for city model distribution
Make sure you have NodeJS and NPM isntalled, and added to your PATH.
Then run npm install
in the root directory of cloned project to install dependecies.
Generate a MongoDB database with provided dump.
Start the server with npm start
command.