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 📦
- Host: GitHub
- URL: https://github.com/chandan-devs-tech/recipe-app
- Owner: Chandan-devs-tech
- Created: 2023-10-23T09:08:34.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-29T23:12:16.000Z (over 2 years ago)
- Last Synced: 2025-04-06T11:51:50.383Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 229 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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-)
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.
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
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
👤 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)
Features will be added to the project.
- Creating Weekly Meal Planning
- Video Integration
- Recipe Versioning
- Offline Recipe Sharing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Chandan-devs-tech/recipe-app/issues).
If you like this project, show your support by giving a star ⭐️, thanks in advance.
I would like to thank Microverse for including this in their curriculum.
This project is [MIT](https://github.com/Chandan-devs-tech/recipe-app/blob/feature/project-setup/MIT.md) licensed.