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.
You will find this website helpful in going shopping.
- Users can register and log in.
- Users can be able to add Foods and Recipes to the shopping list.
- Ingredients can be added to the shopping list.
- There is the page to display public recipes where all users can see the information.
- Moreover, the general shopping list to display the missing foods in the owner's recipes list.
- For more information, check the website yourself.
- Happy shopping!
- Languages: Ruby
- Frameworks: Ruby on Rails
- Tests: Rspec and Capybara
To get a local copy of this exercice, Please follow these simple example steps.
$ git clone https://github.com/amejid/shopping-on-rails.git
you@your-Pc-name:~$ cd <shopping-on-rails>
bundle install
- setup the database environment in
config/database.yml
#### 4. Create the databases:
```bash command
rails db:create
rails db:migrate
rails db:seed
rails s
👤 Abdelmejid Oumer Ali
- GitHub: @amejid
- Twitter: @amejidoumer
- LinkedIn: amejid
👤 Rex
- Github: @rex-9
- Medium: @rex9
- LinkedIn: @rex9
- Facebook: @htetnaing0814
- Angelist: @rex9
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.