Code Monkey home page Code Monkey logo

roam's Introduction

Roam

New Adventures, New People

App Icon

mockup

Table of Contents

##Technology Stack

  • React Native
  • Node.js & Express
  • Neo4j
  • Yelp API
  • Geolocations API
  • Gmail API
  • Nodemailer

Example / Usage

Simply create an account, select a time when you are free, and wait for an email confirmation for your next roam!

roam

Getting Started

Please install neo4j community edition. Run the neo4j application. Upon running the neo4j application run the following command on the browser app served up by the application:

:server connect

When prompted, set a password to your neo4j database.

Ensure you create a .apoc.yml file within the home directory containing this:

protocol: http
host: 127.0.0.1
port: 7474
username: neo4j
password: roam

Be sure to change the port in the file above to the port you've chosen to run neo4j on and change the password to the one you've added to your database.

Next, install the client-side dependencies by going to the roam directory in terminal and entering:

$ npm install

Please create a developer account on Yelp and gmail for API keys. Create an apiKeys.js file within the Utils directory.

Template usage:

module.exports.yelpKeys = {
  consumer_key: '',
  consumer_secret: '',
  token: '',
  token_secret: ''
};

module.exports.gmailKeys = {
  "client_id": '',
  "project_id": '',
  "auth_uri": '',
  "token_uri": '',
  "auth_provider_x509_cert_url": '',
  "client_secret": ''
};

Be sure to include your personal keys on the above template.

Ensure ports are listed correctly.

Also, create a gmail account from where the confirmation email for each roam should be received.

Architecture

High Level Architecture

Architecture

Database Schema

Neo4j using apoc

Schema

Roadmap

Features for v2.0

  • Confirmation on App
  • Chat functionality enabled once people are near venue
  • Tokened sessions
  • Push notifications
  • Route to destination with distance and time approximation
  • User ratings and review
  • More refined matching algorithm that includes historical data
  • Uber request functionality
  • See the history of roams
  • Profile picture
  • iBeacon

Team Members

Product Owner: Kent Lee

Scrum Master: Rodaan Rabang

Development Team: Esther Cuan, Dan Sajjad

"Distributed under the MIT License."

roam's People

Contributors

ajgrande924 avatar b-chou avatar kqlee avatar rodaan avatar afung95014 avatar bcourtney5965 avatar esthercuan avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

roam's Issues

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.