Skip to content

emcooper/Not-Here-to-Make-Friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Not Here to Make Friends

A fantasy league application for the Bachelor and Bachelorette.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

The setups steps expect following tools installed on the system.

  • Git
  • Ruby
  • Rails

Installing

1. Check out the repository
git clone https://github.com/emcooper/Not-Here-to-Make-Friends.git
2. Install Dependencies
bundle
3. Create and setup the database

Run the following commands to create and setup the database.

bundle exec rake db:create
bundle exec rake db:setup
4. Create and setup configurations

Run the following commands to create and setup the configuration.

mkdir /config/application.yml

Put the following keys in the file (generate as necessary from providers):

twitter_consumer_key: XXX
twitter_consumer_secret: XXX

watson_api_key: XXX
watson_url: https://XXX

FB_APP_ID: XXX
FB_APP_SECRET: XXX
5. Start the Rails server

You can start the rails server using the command given below.

bundle exec rails s

Now you can visit the site with the URL http://localhost:3000

6. Run tests
rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages