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

https://github.com/jaflih/recipe_app

The Recipe app keeps track of all your recipes, ingredients, and inventory.
https://github.com/jaflih/recipe_app

capybara integration rails rspec ruby

Last synced: 6 months ago
JSON representation

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

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)
## Built With

- Ruby on Rails
- Postgres

## Getting Started

### Get a local copy

- git clone the project

```bash
git clone https://github.com/jaflih/recipe_app.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
- [] Template by [Colorlib](https://colorlib.com/)
- Microverse
- Inspiration
- Colorlib
- etc

## 📝 License

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