Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 260 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 260 Bytes

map-inator

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