The Recipe app keeps track of all the users' recipes, ingredients, and inventory. It allows users to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what is missing from a recipe. Also, since sharing recipes is an important part of cooking the app allows users to make them public so anyone can access them.
The end result should follow the following data model (this is an Entity Relationship Diagram that you are already familiar with):
- Ruby on Rails
- Bootstrap
- JQuery
- Ruby
- Bubocop
- Gems
- Rspec
- Capybara
- FactoryBot
- Selenium-webdriver
- Bcrypt
- Letter-opener
- Faker
- cancancan
- Devise
- FactoryBot
To get a local copy up and running follow these simple example steps.
- Ruby should be installed on your machine
- Install Ruby on Rails and PostgresQL
git clone https://github.com/clintonjosephs/recipe-app.git
cd recipe-app
bundle install
rails c
rake db:migrate
rake db:seed
rubocop -A
rails s
rspec spec (run all tests)
rspec spec/name_of_folder/name_of_file.rb (run specific tests)
- GitHub: @clintonjosephs
- Twitter: @clintonmbonu2
- LinkedIn: clintonjosephs
- GitHub: @mwapsam
- Twitter: @mwapesamuel4
- LinkedIn: mwapsam
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Many thanks to Microverse
This project is MIT licensed.