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.
Client
Server
Database
- Save ingredients
- Create Recipe
- Generate Shopping List
- N/A
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:myaccount/my-project.git
Install this project with:
cd my-project
gem install
To run the project, execute the following command:
rails server
bin/rails test test/models/article_test.rb
- N/A
- GitHub: @didierganthier
- Twitter: @didierganthier_
- LinkedIn: Didier Peran Ganthier
- GitHub: @MarcoOquendoC.
- Twitter: @marcooquendoc.
- LinkedIn: Marco Vinicio Oquendo.
- Add cooks
- Add specialties
- Add recipients
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
⭐️ Show your supportIf you like this project please give it a ⭐️!
I would like to thank my coding partner for his help and support.
-
How to contribute to the project
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Check that your code is working properly
- Create a pull request
- Request a review
- Congratulations! You are now a contributor! 🎉
-
What is the purpose of this project
- This project is a simple CRUD application to manage friends.
- It is a good starting point for beginners to learn how to build a Rails application.
- Built for learning purposes.
This project is MIT licensed.