** New Adventures with New People **
INSERT a link to your deployed version
INSERT a description of how to use your product, if applicable
- Do you have an outward-facing API? If so, make sure API documentation is linked in TOC or here.
- Does your product have any command-line inputs?
INSERT awesome GIF of your project http://gifmaker.me/
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
ToDO: Fill this out more.
For API Documentation, please see the ENDPOINTS.md file
View the project roadmap here
INSERT contributing workflow steps or link here [APP NAME] was built using waffle.io as the project organization tool. Please visit the GITFLOW.MD for our workflow guidelines.
For any issues, please refer to [our issues page](https://github.com/[INSERT TEAM]/[INSERT REPO]/issues) Please direct any questions regarding [APP NAME] to [our wiki page](https://github.com/[INSERT TEAM]/[INSERT REPO]/wiki)
Product Owner: Kent Lee
Scrum Master: Rodaan Rabang
Development Team: Esther Cuan, Dan Sajjad
"Distributed under the MIT License."