/recipe-app

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 Recipe-app

Recipe-app The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows user to save ingredients to a recipe, keep track of stock, create recipes, and generate a shopping list based on the difference between inventory and recipe requirements. To allow sharing the recipe, the user or creater can indicate whether it is private or public..

🛠 Built With

Tech Stack

Client
Database

Key Features

  • Create food
  • Create Inventory
  • Create recipe
  • generate shopping list

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need: Ruby, Rails and a Database such as PostgreSQL

Setup

Clone this repository to your desired folder.

Install

Install this project with:

  bundle install
 

Usage

To run the project, execute the following command:

  rails db:create
  rails db:migrate

  rails server

Tests

To run all the project tests, execute the following command:

  bundle exec rspec 

To run specific tests, execute the following command:

  bundle exec rspec spec/directory/file_spec.rb

(back to top)

👥 Authors

👤 Ambrose kibet

👤 Kigozi Joseph

👤 Habtamu

(back to top)

🔭 Future Features

  • Add the rest of the nmore styling

(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 please give it a ⭐️!

(back to top)

🙏 Acknowledgments

Thank you to microverse for setting us on this journey.

(back to top)

📝 License

This project is MIT licensed.

(back to top)