This App keeps track of all your recipes, ingredients, and inventory. It allows you to save ingredients, keep track of what you have in store, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.
https://www.loom.com/share/49ec01c2b02a4a5287cb789fa7e75141
- Install Ruby on Rails click here >>
- Linter: Rubocop
To get a local copy up and running follow these simple example steps.
Ruby
Ruby on Rails
PostgreSQL
Clone the repository and change the directory to Recipe
$ git clone git@github.com:Felix45/Recipe.git
$ cd Recipe
Install all project dependencies by running the command below
$ bundle install
$ rails db:create
$ rails db:migrate
$ bin/rails server
$ http://localhost:3000/
$ rubocop .
$ rspec
👤 Name | Github | ||
---|---|---|---|
Felix Ouma | @Felix45 | @Felix_Atonoh | |
Edward Odhiambo | @white3d | @odhiambo_ed |
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to Microverse for giving me this project to work on
- Hat tip to Pexels free stock photos used in this design.
This project is MIT licensed.