Skip to content

Microverse RoR Group Capstone Project: This is an educational project that keeps track of all your recipes, ingredients, and inventory. 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 i…

Notifications You must be signed in to change notification settings

mavericksbalitaan/RecipeOnRails

Repository files navigation

RecipeOnRails

This is an educational project that keeps track of all your recipes, ingredients, and inventory. 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.

The result should look similar to the following data model: recipe_erd_2_members

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • A web browser like Google Chrome.
  • A code editor like Visual Studio Code with Git and Ruby.

You can check if Git is installed by running the following command in the terminal.

$ git --version

Likewise for Ruby installation.

$ ruby --version && irb

To install rails, in the terminal kindly run this command

$ gem install rails

Setup

Clone the repository using the GitHub link provided below.

Install

In the terminal, go to your file directory and run this command.

$ git clone [email protected]:EidHachem/RecipeOnRails.git

Usage

Kindly modify the files as needed.

Run tests

To install rspec, in the terminal kindly run this command

$ gem install rspec

To run tests, please run this command

$ rspec ./spec/#{filename}_spec.rb

Authors

👤 Mavericks Balitaan

  • LinkedIn: LinkedIn Badge

  • AngelList: AngelList Badge

  • GitHub: GitHub Badge

  • Twitter: Twitter Badge

  • Facebook: Facebook Badge

  • Gmail: Gmail Badge

👤 Eid Hachem

  • LinkedIn: LinkedIn Badge

  • GitHub: GitHub Badge

  • Gmail: Gmail Badge

🤝 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

📝 License

This project is MIT licensed.

About

Microverse RoR Group Capstone Project: This is an educational project that keeps track of all your recipes, ingredients, and inventory. 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 i…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published