CindyDorantes / Recipe-app-RoR

An app that keeps track of 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Recipe App - RoR

πŸ“— Table of Contents

πŸ“– 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

Ruby on Rails

Client
Server
Database

Key Features

  • Login page and registration page built with Devise
  • A food list (with all CRUD implementation, except for 'update')
  • A recipes list (with all CRUD implementation, except for 'update')
  • A general shopping list view (all missing food for all your recipes and total price)
  • A list of all public recipes from other users with their names and total prices
  • Recipe details page allowing owner to add new food:
  • Navigate menu allowing users to open created pages
  • Set up with Rspec and Capybara testing libraries

(back to top)

πŸš€ Live Demo

Live Demo link will be added at the end of the project

(back to top)

πŸ’» Getting Started

Prerequisites

In order to run this project you need:

Ruby installed Postgresql installed

gem install rails

Setup

Clone this repository to your desired folder:

git clone https://github.com/CindyDorantes/Recipe-app-RoR.git

cd recipe-app

Usage

To run the project, execute the following command:

rails server

Run tests

To run tests, run the following command:

rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Cindy Dorantes

πŸ‘€ Jonathan Kayizzi

(back to top)

πŸ”­ Future Features

  • API Endpoints

(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 add a ⭐️

(back to top)

πŸ™ Acknowledgments

Credit to Microverse for the project specification

(back to top)

πŸ“ License

This project is MIT licensed.

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

(back to top)

About

An app that keeps track of 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.


Languages

Language:Ruby 72.7%Language:HTML 25.1%Language:JavaScript 1.4%Language:SCSS 0.9%