Create Heroku Cloud Account www.heroku.com Install Heroku Locally On a Mac Create a Heroku App Install GrapheneDB Add-on login to heroku navigate to elements.heroku.com expand list of add-ons by clicking show all click on GrapheneDB click Install GrapheneDB selecer Dev …
Create Heroku Cloud Account www.heroku.com Install Heroku Locally On a Mac Create a Heroku App Install GrapheneDB Add-on login to heroku navigate to elements.heroku.com expand list of add-ons by clicking show all click on GrapheneDB click Install GrapheneDB select Dev …
Download the Stackoverflow Archives https://archive.org/details/stackexchange download stackoverflow.com-Badges.7z stackoverflow.com-Comments.7z stackoverflow.com-PostHistory.7z stackoverflow.com-PostLinks.7z stackoverflow.com-Posts.7z stackoverflow.com-Tags.7z stackoverflow.com-Users.7z stackoverflow.com-Votes.7z Install p7zip brew install p7zip Unzip the Posts, Users and Tags 7za -y -oextracted x *Users.7z 7za -y -oextracted x *Tags.7z 7za -y -oextracted x *Posts.7z …
Create a Neo4j Graph complete the steps in Neo4j – First Steps leave your GraphDB instance running Determine the Connection Credentials Enter :server status into the URL Box of Neo4j Desktop Enter :server status into the URL Box of Neo4j …
Install and Run Neo4j Desktop Download Neo4j Desktop (https://neo4j.com/download/) install the downloaded file run the Neo4j Desktop app Create your First Project Add a Graph Click Add Graph click Create a Local Graph Name your Graph Set a Password Click …
JavaScript W3 Schools – JavaScript https://www.w3schools.com/js/default.asp Mozilla Developer Network – JavaScript https://developer.mozilla.org/en-US/docs/Web/JavaScript ECMA https://www.ecma-international.org ECMAScript https://www.ecma-international.org/memento/TC39.htm ECMAScript6 (ES6) http://es6-features.org/#Constants Exploring ES6 http://exploringjs.com/es6.html Exploring JavaScript http://exploringjs.com Node Node.js https://nodejs.org/en/ Express.js http://expressjs.com Mongoose http://mongoosejs.com MongoDB MongoDB https://www.mongodb.com
Setup Project mkdir <projectdir>/helloworld cd helloworld npm init name: version: description: Hello World API entry point: server.js test command: git repository: keywords: author: John Dunning license: npm install –save express body-parser mongoose bluebird npm install -g nodemon atom . Create …
Atom IDE https://atom.io Download Unzip and drag to installation location Open Atom Menu Bar -> Atom -> Install Shell Commands Open a terminal session atom . (opens atom in the current working directory) Menu Bar -> Atom Preferences Install -> …