Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.8 KB

README.md

File metadata and controls

58 lines (40 loc) · 1.8 KB

Six Dribbles

This app allows a user to type in any two basketball players and will create a graphic visualization of their relationship.

Alt text

Visit the site at http://six-dribbles.herokuapp.com/#/

Team

  • Product Owner: Christopher Salam
  • Scrum Master: Kim Merino
  • Development Team Members: Cristian Avalos, Kim Merino, Kent Ou, Christopher Salam

Table of Contents

  1. Usage
  2. Requirements
  3. Development
    1. Installing Dependencies
    2. Tasks
  4. Team
  5. Contributing

Usage

  1. Brew install neo4j
  2. Install or update to java 1.7 or later.
  3. Type npm install in your console or terminal to install the dependencies
  4. Type neo4j start in a new tab in your terminal to start the neo4j server
  5. Type node server.js to start server and open browser to localhost:7473
  6. Type two players names and press Enter.

Dependencies

  • Java 1.7
  • Neo4J
  • Node
  • Express
  • Angular
  • Bootstrap
  • Angular UI Router

Development

Installing Dependencies

The package json contains all necessary dependencies except for java and neo4J.

Roadmap

View the project roadmap and issues here

Our project is still not deployed successfully. The project works in localhost and has a hosted database using graph story, an add on of heroku. The database is located at Graphstory or you can ask someone involved in the project for the database code.

Contributing

See CONTRIBUTIONS.md for contribution guidelines.