Social Recipes

It's a social network where the users can post and share recipes.

Prerequisites

  • Sqlite3
  • Ruby 2.4
  • Bundler

Deployment

Inside of the project directory: Run 'bundle update' to install the dependencies Run 'bin/rails db:setup' to set up the database Run 'rails server' to start the app The application should be running on http://localhost:3000

Running the tests

To run all the tests 'rspec'