Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omarsalem7/recipe-app
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.
https://github.com/omarsalem7/recipe-app
bootstrap5 cancancan capybara-rspec devise rspec-rails ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/omarsalem7/recipe-app
- Owner: omarsalem7
- Created: 2022-05-22T16:15:07.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-31T07:45:24.000Z (over 2 years ago)
- Last Synced: 2023-03-06T13:13:18.552Z (almost 2 years ago)
- Topics: bootstrap5, cancancan, capybara-rspec, devise, rspec-rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 219 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Recipe-App-blueviolet)
# Recipe App
> 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.
## Built With
- Ruby
- Ruby on rails
- rspec-rails
- capybara
- 💓welcome)
## Requirements
In order to work on this project, you need to have the following dependencies installed:- [Ruby](https://www.ruby-lang.org/en/)
- [Postgresql](https://www.postgresql.org/)
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [Rails](https://rubyonrails.org/)## Get Started
To get a local copy up and running follow these simple steps.```bash
$ git clone https://github.com/omarsalem7/recipe-app
$ cd recipe-app
$ bundle install
$ rake db:create
$ rake db:migrate
```## Authors
👤 **Omar Salem**
- GitHub: [@Omarsalem](https://github.com/omarsalem7)
- Twitter: [@Omarsalem](https://twitter.com/Omar80491499)
- LinkedIn: [@Omarsalem](https://www.linkedin.com/in/omar-salem-a6945b177/)👤 **Mphatso**
- GitHub: [@Lichapa](https://github.com/Lichapa)
- Twitter: [@LichapaMphatso](https://twitter.com/LichapaMphatso)
- LinkedIn: [mphatsolichapa](https://www.linkedin.com/in/mphatsolichapa)## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc