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.
- Ruby
- Ruby on Rails
- Git
- Postgresql
To get a local copy up and running please follow these steps:
-
Open the command prompt in this directory.
-
Clone of the Repo:
$ git clone https://github.com/hamid-murambiwa/Recipe-app.git -
Go to the repository folder in your command prompt and navigate into the project file:
$ cd Recipe-app -
Install the Ruby on Rails Gems:
$ bundle install or bundle i -
To analyze and format the applictaion code run:
$ rubocop -A -
Create databases
$ rails db:setup $ rails db:migrate -
Start the server:
$ rails s
-
Install rspec:
-
and
$ rails generate rpesc:install -
run all rspec tests:
$ rspec spec
- Ruby
- Ruby on Rails
- Postgresql
👤 Hamid Murambiwa
- GitHub: @hamid-murambiwa
- Twitter: @Hamid87789454
- LinkedIn: LinkedIn
👤 You-Wei (Adam) Chang
- GitHub: @adamteddychang
- Twitter: @AdamChang3
- LinkedIn: You-Wei(Adam) Chang
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project built in Microverse's Fourth Module's Capstone.
This project is MIT licensed.


