- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
Ruby
Rspec
Capybara
The result should look similar to the following data model (this is an Entity Relationship Diagram that you are already familiar with).
- Ensure you have Ruby 3.2.2 at least, installed on your system. You can check your Ruby version in the terminal by running:
ruby -v
If Ruby is not installed, you can download and install it from the official Ruby website.
- To get a local copy up and running, follow these steps. Choose the directory on your local machine where you want to copy project. For example:
cd /home/user/name-of-your-directory
Clone the project using one of the options.
Using SSH-key:
git clone git@github.com:mrcbq/Recipe-app.git
Using HTTPS:
git clone https://github.com/mrcbq/Recipe-app
You can also create the new directory just adding the name of it in the end of command. For example:
git clone https://github.com/mrcbq/Recipe-app catalog
To run this project locally, follow these steps:
-
Open your terminal or command prompt.
-
Navigate to the directory where you have cloned or downloaded the Recipe App repository.
-
Run the following command to install any required dependencies (in this case, we assume there are no external dependencies, so this step may not be needed):
bundle install
-
Once the setup is complete, ensure you are still in the directory containing the Recipe App files.
-
To run the app, execute the following command:
rails server
3.If you have future features like GUI or interactive mode, follow the specific instructions provided for those features in the app's documentation.
To run the tests ensure you are in the directory containing the test files.
- Run the tests using the following command:
rspec
- All tests should pass without any errors or failures, ensuring that the code and its methods are functioning correctly.
👤 Marco Baquero
👤 Ignacio Fino
- GitHub: @alejuda
- Twitter: @nacho_fino
- LinkedIn: Ignacio Fino
- Add Views
- Add Forms
- Add tests
- Add validations
- Show Foods at index page
- Show information from database on every page
- Authentication User
- Show shopping list
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give it a star ⭐️
I would like to thank Microverse for giving us the opportunity to learn and grow as developers and also I like to thank my family, they are all my support. 🌟
This project is MIT licensed.