##Welcome to the zone, the friend zone.
This is the Facebook clone created by Paul Gallagher, Joel Lebron, Sophia Pignatelli, and James Rogers
###Accessing Friendzone locally To use Friendzone, you'll need the following: 1.Ruby version 2.3.3 and higher 2.Rails version 5.0.2 and higher
To use Friendzone locally:
- Clone the git repository to the directory of your choice.
- Inside your local repo, run 'bundle install' to install the needed gems.
- Create and migrate your database with 'rails db:create' and 'rails db:migrate'
- OPTIONAL: Use our seed data to populate the database with 'rails db:seed'.
- Start the server with 'rails server'. Current port used for localhost is 3000.
- Access localhost with your browser.
- Get ready to go into the zone!