OsvaldoBC / recipe

The Recipe app keeps track of all your recipes, ingredients, and inventory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

a name="readme-top">

RECIPE

πŸ“— Table of Contents

πŸ“– [RECIPE]

[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 v3.2.2
  • Rails v7.0.5
  • Postgresql v15.3
  • Devise
  • CanCanCan
  • Bullet
  • Rspec
  • Capybara

Tech Stack

Language
Server
Database

Key Features

  • [User login and sign up]
  • [Food, personal recipes and public recipes]
  • [Recipies details]
  • [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:

Have a suitable installation of Ruby v3.2.2 Have a suitable installation of Postgresql v15

install Rails

 gem install rails

Setup

Clone this repository to your desired folder:

gh repo clone OsvaldoBC/recipe

--->

Install

Install this project with:

  cd recipe
  bundle install
  rails db:setup
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Open the following ing in your web browser http://localhost:3000

Run tests

To run tests, run the following command:

Example command:

  rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Osvaldo Barrios

πŸ‘€ Giancarlo Dumani

(back to top)

πŸ”­ Future Features

  • [Inventory list and details]
  • [Shopping list based on in inventory availabilty ]

(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 coomment or send it a star

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for suggesting the app

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

The Recipe app keeps track of all your recipes, ingredients, and inventory.

License:MIT License


Languages

Language:Ruby 72.3%Language:HTML 23.1%Language:CSS 3.3%Language:JavaScript 1.4%