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

https://github.com/chandan-devs-tech/recipe-app

👩‍🍳 The Recipe app 📲 keeps track 📝 of all your recipes 📋, ingredients 🥦🍅🧀, and inventory 📦
https://github.com/chandan-devs-tech/recipe-app

Last synced: 3 months ago
JSON representation

👩‍🍳 The Recipe app 📲 keeps track 📝 of all your recipes 📋, ingredients 🥦🍅🧀, and inventory 📦

Awesome Lists containing this project

README

          


Animation

Recipe App

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Blog App ](#-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Blog App

The Ruby on Rails recipe app includes user authentication with login and registration pages, a food list, a recipe list, and a general shopping list view. Users can perform all CRUD operations on their food and recipes. It also offers a collection of public recipes from other users, complete with names and total prices for an engaging culinary experience.

## 🛠 Built With
Ruby on Rails

### Tech Stack

- PostgreSQL
- Ruby on Rails

### Key Features

Key features of the application.

- Food List Management
- Recipe Management
- General Shopping List
- Public Recipe Sharing
- Food and Recipe CRUD
- Integration specs for Views and fixing n+1 problems
- Add Devise
- User Authentication

(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:
- laptop
- git
- Code Editor.
- PostgreSQL.
- Ruby On Rails.
- Linters

### Setup

Clone this repository to your desired folder:

sh
cd my-folder
git clone https://github.com/Chandan-devs-tech/recipe-app.git

### Install

Install this project with:

- Install PostgreSQL.
- Install Ruby On Rails using rails new recipe-app --database=postgresql command.
sh
cd my-project
bundle install

(back to top)

## 👥 Authors

👤 Chandan Gupta

- GitHub: [@githubhandle](https://github.com/Chandan-devs-tech)
- Twitter: [@twitterhandle](https://twitter.com/ChandanGuptaDev)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/chandangupta-devs)

(back to top)

## 🔭 Future Features

Features will be added to the project.

- Creating Weekly Meal Planning
- Video Integration
- Recipe Versioning
- Offline Recipe Sharing

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Chandan-devs-tech/recipe-app/issues).

(back to top)

## ⭐️ Show your support

If you like this project, show your support by giving a star ⭐️, thanks in advance.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for including this in their curriculum.

(back to top)

## 📝 License

This project is [MIT](https://github.com/Chandan-devs-tech/recipe-app/blob/feature/project-setup/MIT.md) licensed.

(back to top)