This repository contains the back-end for map-inator.
TODO: setup script for the cypher database, for now this is needed:
CREATE CONSTRAINT city_name FOR (c:City) REQUIRE c.name IS UNIQUE
This repository contains the back-end for map-inator.
TODO: setup script for the cypher database, for now this is needed:
CREATE CONSTRAINT city_name FOR (c:City) REQUIRE c.name IS UNIQUE