Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jasonfelice/recipe-rails
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.
https://github.com/jasonfelice/recipe-rails
bootstrap html rails rails7 ruby
Last synced: 13 days 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.
- Host: GitHub
- URL: https://github.com/jasonfelice/recipe-rails
- Owner: jasonfelice
- Created: 2022-09-05T08:25:15.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-14T10:25:52.000Z (about 2 years ago)
- Last Synced: 2024-10-29T14:15:18.525Z (21 days ago)
- Topics: bootstrap, html, rails, rails7, ruby
- Language: Ruby
- Homepage:
- Size: 12.3 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.## Live demo
[live demo link](https://mv-rails-recipe.herokuapp.com/users/sign_in)## Getting Started
To get a local copy up and running follow these simple example steps.- Copy this link `https://github.com/jasonfelice/Recipe-Rails`.
- Get the directory that you want to clone the repository.
- Open the command prompt in this directory.
- Write `https://github.com/jasonfelice/Recipe-Rails`.
- Go to the repository folder in your command prompt `cd recipe-rails`.
- Run `rails s` or `rails server` to start.
- Run `Rspec spec` to run tests.## Authors
👤 **Jake Felice**
- GitHub: [@jasonfelice](https://github.com/jasonfelice)
- Twitter: [@jasonfelice0](https://twitter.com/jasonfelice0)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/jason-felice-11a5a622b/)👤 **Kanombola**
- GitHub: [@kanorox](https://github.com/kanorox)
- Twitter: [Twitter](https://twitter.com/)
- LinkedIn: [LinkedIn](https://www.linkedin.com/)👤 **Manel Hammouche**
- GitHub: [@ha-manel](https://github.com/ha-manel)
- Twitter: [@hamanel](https://twitter.com/ha_manel_)
- LinkedIn: [Manel Hammouche](https://www.linkedin.com/in/manel-hammouche/)## 🤝 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## 📝 License
This project is [MIT](./MIT.md) licensed.