The Recipe App

The Recipe app keeps track of all your recipes and ingredients. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.

Screenshots

Screenshot 1 Screenshots 2
Screenshot Screenshot
Screenshot 3 Screenshots 4
-------------- ----------------
Screenshot Screenshot
Screenshot 5 Screenshots 6
-------------- ----------------
Screenshot Screenshot

Built With

  • Ruby
  • Ruby on Rails
  • RSpec
  • Capybara

Setup

  • Get the link of the repository: https://github.com/Rayan84/Recipe-app
  • Clone it as https://github.com/Rayan84/Recipe-app.git on a Terminal
  • Usage
  • Run bundle install on a Terminal to get Gemfile dependencies.
  • Start the server by running rails s

Run test

$ bundle exec rspec ./spec/requests/recipes_index_spec.rb
$ bundle exec rspec ./spec/requests/recipes_show_spec.rb
$ bundle exec rspec ./spec/features/food_index_spec.rb
$ bundle exec rspec ./spec/features/login_spec.rb

Authors

👤 Alexander Odufuye

👤 Rayan Rassam

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse
  • Ruby documentation
  • Stack Overflow