/Recipe-app

The Recipe app keeps track of all your recipes and, ingredients. It will allow you to save ingredients

Primary LanguageRubyMIT LicenseMIT

logo

Recipe-App

πŸ“– [Recipe-App]

[Recipe-App] The Recipe app keeps track of all your recipes and ingredients. 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

This project was build using Ruby on Rails

Client
Authentication
Database
Authorization

Key Features

Features in this project

  • [Food Section]
  • [Recipes section]
  • [Shopping list section]

πŸš€ Live Demo .

(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:

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/Josphat205/Recipe-app.git

Install

Install this project with:

  cd Recipe-app
  code .

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  bin/rails test test/models/food.rb
  bin/rails test test/models/recipe.rb
  bin/rails test test/models/food-recipe.rb
  bin/rails test test/models/shopping-list.rb

Deployment

You can deploy this project using:

πŸ‘€ Josphat Kiploman

πŸ‘₯Ifeanyi Oti

πŸ‘€ Ifeanyi Oti

πŸ”­ Future Features

  • [Categories and tags:] Categories and tags help readers navigate the blog and find related content.
  • [Search bar] A search bar allows readers to search for specific topics or keywords within the blog.
  • [Sharing buttons] Sharing buttons make it easy for readers to share the blog post on social media platforms or other websites.

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

If you like this project you can support me by reaching me through my social media links above

πŸ™ Acknowledgments

I would like to thank microverse and my group members for the support they gave me during project development

πŸ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.