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.
As a user:
I can add update get and delete recepis and foods Create a new food/recepi List al recepis List all foods
To get a local copy up and running follow these simple example steps.
- Ruby on Rails
- Ruby
- RSpec
- In your terminal,
cd
to the directory where you want to copy this project. - Still in your terminal, type
https://github.com/lilyfrancis/Recipe-App.git
- Run
cd Recipe-App
- After completing the setup section, type
bundle install
- When all the gems are installed, type
rails s
to run the app in a test server.
- Type
rspec
to run the tests.
👤 Mohamed ELShamy
- GitHub: @mohamedelshamy55
- Twitter: @moelshamy55
- LinkedIn: mohamedelshamy85
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Heartfelt thanks to Microverse
This project is MIT licensed.