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.
This app is currently being hosted on Heroku
Home Page
-
Make sure you have Ruby and Postgresql installed on your system.
-
Install rails by running
gem install rails
-
Clone this repository by running
git clone https://github.com/DammyShittu/Recipe-App.git
in your command line. -
Navigate to the repository by running
cd Recipe-App
. -
Run
yarn install
to install all dependencies -
Run
rails db:create
, andrails db:migrate
to create and migrate your database. -
Run
rails s
and go to http:localhost:3000 to view the app.
-
Run
rspec spec
to run all the test cases. -
Run
rspec spec/folder_name/spec_file_name
to run test files individually.
- Ruby On Rails
- Rspec Rails
- Ruby Gems
- Git
👤 Adedamola Shittu
-
GitHub: @dammyShittu
-
Twitter: @aded_shittu
-
LinkedIn: Adedamola Shittu
👤 Titus Muthomi
-
GitHub: @Kalunge
-
Twitter: @titus_muthomi
-
LinkedIn: Titus Muthomi
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.