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 would allow you to make them public so anyone can access them
-
Languages used
- Ruby
- HTML
- CSS
- Rails
-
Technologies used
- PostgreSql
- Rspec
- Capybara
- Bullet
Go ahead and check the most recent version of each of these:
- Ruby (ruby --version)
- PostgreSQL (PostgreSQL --version)
- Node.js (node --version)
- Yarn (yarn --version)
- Rails (rails --version)
To get a local copy up and running follow these simple example steps.
To clone the repo run:
git clone https://github.com/MoRaad97/recipe-app.git
To access the cloned directory, run:
cd recipe-app
Install the required dependecies with:
bundle install
Install npm dependencies with:
npm install
Before running below commands update config/database.yml with your local DBcredentials. Then run:
rake db:create
rake db:migrate
rake db:seed
👤Mohammed Raad
- GitHub: @MoRaad97
-Twitter: @MohammedRaadz
- LinkedIn: Mohammed Raad
👤 Oyewunmi Gbenga
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
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.