Recipe-App

The Recipe app keeps track of all your ingredients, recipes, and public recipes. It allows users to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from a recipe.

MIT License

Stars
5
Committers
2

Table of Contents

Recipe App

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

Key Features

  • Food list: Displays a list of food added by the logged-in user, and add a new food.
  • Recipes list: Display a list of recipes created by the logged-in user, and/delete the recipe.
  • Public recipe list: Display a list of all public recipes ordered by newest.
  • General shopping list view: Displays the list of food that is missing for all recipes of the logged-in user.

Live Demo

  • Explore this project on Render

Getting Started

Prerequisites

In order to run this project you need:

Setup

Clone this repository to your desired folder:

  git clone [email protected]:KanzaTahreem/Recipe-App.git
  cd Recipe-App
  bundle install
  rails db:create
  rails db:migrate

Install

Install thr project dependencies with:

  bundle install

Usage

To run the project, execute the following command:

  rails server/rails s

Run tests

To run all tests, including unit and integration tests, run the following command:

  rspec

Deployment

You can deploy this project using:

  N/A

Authors

Kanza Tahreem

Mauricio Mendoza

Future Features

  • Add Inventory
  • Add pagination

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project and want to support me to make cooler projects, please give this project a star.

License

This project is MIT licensed.

Related Projects