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

https://github.com/felixdev22/recipe-app

The Recipe app is a comprehensive solution for organizing your recipes, ingredients, and pantry inventory. With its user-friendly interface, you can effortlessly store ingredients, keep track of your existing supplies, create your own recipes, and automatically generate a shopping list based on what you need for your recipes.
https://github.com/felixdev22/recipe-app

database ruby ruby-on-rails

Last synced: 3 months ago
JSON representation

The Recipe app is a comprehensive solution for organizing your recipes, ingredients, and pantry inventory. With its user-friendly interface, you can effortlessly store ingredients, keep track of your existing supplies, create your own recipes, and automatically generate a shopping list based on what you need for your recipes.

Awesome Lists containing this project

README

          


Recipe-App

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 ROR Recipe-app ](#-recipe-app)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🤝 Acknowledgement ](#-acknowledgement-)
- [📝 License ](#-license-)

# 📖 Recipe-app

- The Recipe app is a comprehensive solution for organizing your recipes, ingredients, and pantry inventory. With its user-friendly interface, you can effortlessly store ingredients, keep track of your existing supplies, create your own recipes, and automatically generate a shopping list based on what you need for your recipes.

## 🛠 Built With

### Tech Stack

Server

Database

### Key Features

- login page.
- registration page.
- Food list (with all CRUD implementation, except for 'update').
- Recipes list (with all CRUD implementation, except for 'update').
- General shopping list view (all missing food for all your recipes and total price).
- List of all public recipes from other users with their names and total prices.

(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:

- Ruby installed in your machine
- Setup linters
- `gem install rails` (Ruby gem)

### Setup

Clone this repository to your desired folder:

- git clone `https://github.com/felixDev22/blog_app`
- cd Rails-Blog_App
- bundle install
- rails db:create
- rails db:migrate

### Usage

To run the project, execute the following command:

- rails server

### Run tests

To run tests, run the following command accordingly:

- `rails db:seed RAILS_ENV=test`

- `rspec`

(back to top)

## 👥 Author

👤 **Felix Nzomo Nyamai**

- GitHub: [@githubhandle](https://github.com/felixDev22)
- Twitter: [@twitterhandle](https://twitter.com/@monzo200)
- LinkedIn: [LinkedIn](https://https://www.linkedin.com/in/felixnyamai/)

👤 **Ali Maaloum**

- GitHub: [@githubhandle] (https://github.com/maaloum)
- Twitter: [@twitterhandle](https://twitter.com/Maaloum)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ely-cheikh-maaloum-075a79135/)

(back to top)

## 🔭 Future Features

- [ ] Improve on the UI front-end
- [ ] Allow users to add comments

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/felixDev22/Recipe-App/issues).

(back to top)

## ⭐️ Show your support

If you like this project then don't forget to give a star star on this repository

(back to top)

## 🤝 Acknowledgement

I would like to thank microverse for their resources.

(back to top)

## 📝 License

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