An open API service indexing awesome lists of open source software.

https://github.com/jeffkay16/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.
https://github.com/jeffkay16/recipe-app

postgresql rails ruby

Last synced: 11 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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
- Ruby

## Prerequisites

- Ruby
- Ruby on Rails
- PostgreSQL

## Install

- Ruby
- Ruby on Rails(as a gem)
- Postgresql database

## Getting Started

To get a local copy of the app, run the following commands in your terminal:
- `git clone https://github.com/JEFFKAY16/recipe-app`
- `cd recipe-app`
- `bundle install`

Run the following commands to run the app

- `rails db:create`
- `rails db:migrate`
- `rails s`

In your browser, go to

- `http://localhost:3000`

## Testing
- To install rspec: gem install rspec
- To run all the tests: rspec ./spec

## Authors

👤 **Jeff Kayombo**

- GitHub: [@JEFFKAY16](https://github.com/JEFFKAY16)
- LinkedIn: [Jeff Kayombo](https://www.linkedin.com/in/jeff-kayombo/)
- Twitter: [@jeff_kayombo](https://twitter.com/jeff_kayombo)

-----------------------------------------------------------------------------

👤 **Maximiliano Diaz**

- GitHub: [@mistermaxis](https://github.com/mistermaxis)
- LinkedIn: [Maximiliano Diaz](https://www.linkedin.com/in/mistermaxis/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!