The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows the user to save ingredients, keep track of what you have, create recipes, and generate a shopping list based on what you have and what user is missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow to make them public so anyone can access them.
- Ruby On Rails (RoR)
- PostegreSQL
- Bootsrap
- RSpec
- Capybara
- Devise
- CanCanCan
- Bullet
To get a local copy up and running follow these simple example steps.
Ruby 3.1.2 or newer Rails 7.0.4 or newer Git NPM PostgreSQL Modern web browser
$ git clone https://github.com/Brenda309/recipe_app.git $ cd recipe_app/
bundle install
gem install rspec
Execute command
$ rails server
Then browse http://localhost:3000
👤 Brenda Wihogora
- GitHub: @Brenda309
- Twitter: @BrendaWihogora
- LinkedIn: BrendaWihogora
👤 Jesse Uzoma
- GitHub: @Hedevedup
- Twitter: @Hedevedup
- LinkedIn: Hedevedup
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.