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.
Ruby on Rails
To get a local copy up and running follow these simple example steps.
Clone this repository to your desired folder:
git clone https://github.com/edahigure/blog-app.git
To install the necessary dependencies, you should run:
bundler install
In the project directory, you can run:
rubocop -A
To fix all Linter error automatically
rspec spec
To run the project, execute the following command:
rails server
and put the url of your localhost
π€ Juan Zorrilla
π€ Edahi Antonio GutiΓ©rrez Reyes
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project please let us know
Thanks to microverse to asign us the homework
Is there any restriction to adapting the app to other purpose?
This project is MIT licensed.