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 allow you to make them public so anyone can access them.
- Ruby on Rails
- RSpec
- Capybara
To get a local copy up and running follow these simple example steps.
- Clone the repository
- Run the
bundle install
command - Run
rails s
to start the server - Visit http://localhost:3000/ in your browser to sign up .
- You need to have Ruby installed on your machine.
-
First, you will need to clone this repository into your local machine.
-
Second, you need to create the database for this app. In order to do this, you can do
rails db:create
, then dorails db:migrate
.
- To run the test all you need to do is do
cd
to the correct folder and runrspec
, or you can dorspec spec/
to run all the tests.
👤 Muhammad Sesay
- GitHub: @mmsesay
- Twitter: @DeeMaejor
- LinkedIn: LinkedIn
👤 Houssam Hichami
- GitHub: @redwing555
- LinkedIn: Houssam Hichami
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.