It's a social network where the users can post and share recipes.
- Sqlite3
- Ruby 2.4
- Bundler
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
To run all the tests 'rspec'