{"id":16896001,"url":"https://github.com/stevenacoffman/worldofworkcraftbackend","last_synced_at":"2026-04-13T16:02:31.026Z","repository":{"id":28215393,"uuid":"31719413","full_name":"StevenACoffman/WorldOfWorkCraftBackend","owner":"StevenACoffman","description":null,"archived":false,"fork":false,"pushed_at":"2015-03-07T02:36:49.000Z","size":224,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":10,"default_branch":"master","last_synced_at":"2026-03-25T21:00:27.455Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StevenACoffman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-05T15:03:18.000Z","updated_at":"2015-03-25T02:20:15.000Z","dependencies_parsed_at":"2022-09-04T16:50:53.139Z","dependency_job_id":null,"html_url":"https://github.com/StevenACoffman/WorldOfWorkCraftBackend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StevenACoffman/WorldOfWorkCraftBackend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2FWorldOfWorkCraftBackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2FWorldOfWorkCraftBackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2FWorldOfWorkCraftBackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2FWorldOfWorkCraftBackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StevenACoffman","download_url":"https://codeload.github.com/StevenACoffman/WorldOfWorkCraftBackend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StevenACoffman%2FWorldOfWorkCraftBackend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31759540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T17:27:24.044Z","updated_at":"2026-04-13T16:02:31.005Z","avatar_url":"https://github.com/StevenACoffman.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WorldOfWorkCraftBackend\n\nThis is the acompanying backend for the World Of WorkCraft from the 2015 University of Michigan \"Hacks with Friends\" Hackathon competition.\n\n\n### Step 1: Install neo4j with homebrew\n\n```bash\nbrew install neo4j\n```\nStep 2: Start neo4j\n```bash\nneo4j start\n```\n### Step 3: Connect to http://localhost:7474/browser/\n\n### Step 4: You could do either:\n\n1.  Copy and paste /WorldOfWorkCraftBackend/src/main/Cypher.cql source code then execute the code.\\\n    \u003e ****OR****\n\n2.  Download it as a file and drag and drop to the saved script section\n    \u003e (see screenshot below). You’ll need Chrome to do the drag and\n    \u003e drop. To execute, click on the play button next to “Use Chrome to\n    \u003e drop and drag….”\n\n\nTo view all the nodes and relationships, run:\n```\nmatch (l) return l;\n```\n\n### Step 5: install tomcat with homebrew\n\n```bash\nbrew install tomcat\n```\n\n### Step 6: start tomcat\n\n```bash\n/usr/local/opt/tomcat/libexec/bin/startup.sh\n```\n\n### Step 7: build package\n\n```bash\nmvn clean install; mvn tomcat7:redeploy\n```\n\n### Test if things are working\nMake GET REST request to\n[http://localhost:8080/worldofworkcraft/challenges/bbunny](http://localhost:8080/worldofworkcraft/challenges/bbunny)\n\n\n### Only if you need to start over:\n\n**==Delete ==**\n\n**--Delete everything**\n```\nMATCH (a)\n\nWITH a\n\nLIMIT 10000\n\nOPTIONAL MATCH (a)-[r]-()\n\nDELETE a,r\n\nRETURN COUNT(\\*)\n```\n**--Delete entity and relationship: Delete **Neo4j Challenge** entity\nand its relationship**\n```\nmatch (c:Challenge {name:\"Neo4j Challenge\"})-[r]-() delete c,r;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenacoffman%2Fworldofworkcraftbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstevenacoffman%2Fworldofworkcraftbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstevenacoffman%2Fworldofworkcraftbackend/lists"}