/Recipe-app

Primary LanguageRubyMIT LicenseMIT


Recipe App

📗 Table of Contents

📖 [recipe_app]

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

🛠 Built With

Tech Stack

Client
Linters
Database

Key Features

  • [Install_Ruby_on_Rails_framework]
  • [Use_Ruby_Gems_as_a_software_packages_system]
  • [Use_database_migration_files_to_maintain_database_schema]

(back to top)

Screenshot

Mobile Mobile

Desktop Desktop

💻 Getting Started

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

Prerequisites

In order to run this project you need:

   gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Goruchie/Recipe-app.git
  cd Recipe-app

Install

Install this project with:

  cd Recipe-app
  bundle install

Usage

To run the project, execute the following command:

  ./bin/dev

Run tests

To run tests, run the following command:

  rspec

(back to top)

👥 Authors

👤 Marcos Gualtero Lourenzo

👤 Diego Garcia

👤 Abubakar Ummar

(back to top)

🔭 Future Features

  • [Forms]
  • [Validations,_Model_specs,_and_n+1_problems]
  • [Add_Devise]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project then don't forget to share this project in your connections and give a ⭐ star on this project 👍

(back to top)

🙏 Acknowledgments

  • I would like to thank Microverse for the knowledge impacted.
  • I would like to thank code reviewers for reviewing my code.

(back to top)

📝 License

This project is MIT licensed.

(back to top)