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.
- Host: GitHub
- URL: https://github.com/felixdev22/recipe-app
- Owner: felixDev22
- License: mit
- Created: 2023-04-24T11:42:25.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T19:39:33.000Z (about 3 years ago)
- Last Synced: 2025-01-18T23:54:59.670Z (over 1 year ago)
- Topics: database, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-)
- 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.
Server
Database
- 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.
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`
👤 **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/)
- [ ] Improve on the UI front-end
- [ ] Allow users to add comments
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/felixDev22/Recipe-App/issues).
If you like this project then don't forget to give a star star on this repository
I would like to thank microverse for their resources.
This project is [MIT](./LICENSE) licensed.