- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
The Recipe inventory web 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.
Client
Database
- [Unique user sessions per login]
- [Foods and recipe sync to get a general shopping list]
- [Recipes can be made private or public]
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:OscarFMdev/recipe-inventory.git
Install this project with:
cd recipe-inventory
gem install
--->
To run the project, execute the following command:
rails db:migrate
rails db:seeds
rails server
--->
To run tests, run the following command:
bin/rails rspec
You can deploy this project using:
nill....
👤 Author1: Oscar Fernández Muñoz
- GitHub: @OscarFMdev
- Twitter: @OscarFMdev
- LinkedIn: LinkedIn
👤 Author2: Shedrack Sunday
- GitHub: @Shedrack-Sunday
- Twitter: @DeleSundayS
- LinkedIn: @Shedrack Sunday
- [Abikity to upload images]
- [Refactoring of stying witha framework]
- [Connnecting to an external API to get recipe]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project we'll be glad to see you show some support with stars :wink
I would like to thank Microverse for inspring the design of the project
-
[Question_1]
- [Answer_1]
-
[Question_2]
- [Answer_2]
This project is MIT licensed.