FlikBites allows for users to view crowdsourced photos of restaurant dishes
-
Ruby version - 1.9.3p194
-
Rails version - 4.0.0
-
RSpec version - 2.14.5
-
System dependencies
-
Configuration
- The database runs on Postgresql, port 5432 in testing and development -localhost is 3000
-
Database creation
- Upon cloning the repo, run bundle install to prepare the gems for use
-
Database initialization -Run 'bundle exec rake db:create' to create the database -Run bundle exec rake db:migrate to build all necessary tables
-
How to run the test suite
- rspec spec runs tests through RSpec
- Navigating to the /specs route will run the Jasmine tests

