Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 359 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 359 Bytes

harmony

To initialize Database you will need to install docker, then run the command docker run -it -p 8080:8080 dgraph/standalone:master , lastly, run one last command to initialize the schema run curl -X POST localhost:8080/admin/schema --data-binary '@schema.graphql' while in the top level directory