Giter Site home page Giter Site logo

austinvernsonger / neo_similar Goto Github PK

View Code? Open in Web Editor NEW

This project forked from maxdemarzi/neo_similar

0.0 1.0 0.0 6.73 MB

Example Match Making site for people who are similar to me.

License: MIT License

Ruby 1.99% CSS 40.76% HTML 10.79% JavaScript 46.46%

neo_similar's Introduction

Neo Similar

Example Match Making site for people who are similar to me. Uses Neo4j, the Neography Gem and the Facebook API.

Pre-Requisites

Installation

git clone [email protected]:maxdemarzi/neo_similar.git
bundle install
sudo apt-get install redis-server or brew install redis or install redis manually and start it with src/redis-server
rake neo4j:install['enterprise','1.9.M03']
rake neo4j:start
export SESSION_SECRET=<your session secret>
export FACEBOOK_APP_ID=<your facebook app id>
export FACEBOOK_SECRET=<your facebook secret>
export REDISTOGO_URL="redis://127.0.0.1:6379/"
foreman start

On Heroku

Install the Heroku toolbelt from https://toolbelt.heroku.com

git clone [email protected]:maxdemarzi/neo_similar.git
heroku apps:create neosimilar
heroku config:add SESSION_SECRET=<your session secret>
heroku config:add FACEBOOK_APP_ID=<your facebook app id>
heroku config:add FACEBOOK_SECRET=<your facebook secret>
heroku addons:add neo4j
heroku addons:add redistogo
git push heroku master
heroku ps:scale worker=1

See it running live at http://neosimilar.heroku.com

neo_similar's People

Contributors

maxdemarzi avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.