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.

Notifications You must be signed in to change notification settings

redwing555/recipe-app

Repository files navigation

Ruby on Rails Recipe App

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 allow you to make them public so anyone can access them.

Built With

  • Ruby on Rails
  • RSpec
  • Capybara

Getting Started

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

  1. Clone the repository
  2. Run the bundle install command
  3. Run rails s to start the server
  4. Visit http://localhost:3000/ in your browser to sign up .

Prerequisites

  • You need to have Ruby installed on your machine.

Installation

  • First, you will need to clone this repository into your local machine.

  • Second, you need to create the database for this app. In order to do this, you can do rails db:create, then do rails db:migrate.

Run tests

  • To run the test all you need to do is do cd to the correct folder and run rspec, or you can do rspec spec/ to run all the tests.

Authors

👤 Muhammad Sesay

👤 Houssam Hichami

🤝 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

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published