Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anny85-code/food-recipe

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.
https://github.com/anny85-code/food-recipe

Last synced: 19 days 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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.

Awesome Lists containing this project

README

        

# Food Recipe App

## Description

> 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.

## Screenshot
![screencapture-localhost-3000-2022-05-20-15_19_30](https://user-images.githubusercontent.com/87186552/169548492-4a41c85f-da93-47f5-b96c-541cc30187ca.png)

## Live App link
- Here is the [link](https://recipe-app-online-5c6310dd16a2.herokuapp.com/)
## Built With

- Ruby on Rails
- Postgres

## Getting Started

### Get a local copy

- git clone the project

```bash
git clone https://github.com/Anny85-code/food-recipe.git
```

```
cd recipe_app
```

### Install the app

```
bundle install
rails db:migrate
```

### Run the seeder

```
rails db:seed
```

### Run the app

- To run the app

```
rails s
```

```
Visit http://localhost:3000/ in your browser.
```

### Run the tests

- To run the tests

```
rspec spec/models
rspec spec/views
```

## Authors

👤 **Aniekan udo**

- GitHub: [@Anny85-code](https://github.com/Anny85-code)
- Twitter: [@Annyudo8](https://twitter.com/Anny_udo8)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/aniekan-udo-665b65213/)

👤 **Jaflih**

- GitHub: [@githubhandle](https://github.com/jaflih)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jaflih/)

## 🤝 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!

## Acknowledgments
- [x] Template by [Colorlib](https://colorlib.com/)
- Microverse
- Inspiration
- Colorlib
- etc

## 📝 License

This project is [MIT](./MIT.md) licensed.