Skip to content

The Recipe app 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 share them

License

Notifications You must be signed in to change notification settings

fezzopro/recipe_app

Repository files navigation

RECIPE-APP

📗 Table of Contents

📖 RECIPE WEB APP

🛠 Built With

(back to top)

Key Features

💻 Getting Started

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

Prerequisites

In order to run this project you need Ruby version >= 3.2

  Install Ruby & Ruby on Rails on your local machine

Setup

Clone this repository to your desired folder:

  RUN git clone https://github.com/fezzopro/recipe_app.git
  RUN cd recipe_app

Install

Install System dependencies with:

  RUN bundle install
  RUN rails db:create
  RUN rails db:migrate

Usage

To run the project, execute the following command:

  RUN rails server
    OR
  RUN rails s

Run tests

To run tests and check linters linter, run the following command:

  RUN rubocop -A
  RUN rspec

(back to top)

👥 Authors

👤 Felix KAMANA

👤 Paul Tesfaye

(back to top)

🔭 Future Features

  • Deploy Ruby on Rails Application.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project kindly give it a star⭐️.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the idea for this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

The Recipe app 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 share them

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published