Skip to content

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.

Notifications You must be signed in to change notification settings

kelomo2502/recipe-app

Repository files navigation

Recipe-App

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

Built With

  • Languages used

    • Ruby
    • HTML
    • CSS
    • Rails
  • Technologies used

    • PostgreSql
    • Rspec
    • Capybara
    • Bullet

Live Demo (if available)

No available

Getting Started

Prerequisite

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)

Clone this repository

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

Authors

👤Mohammed Raad

-Twitter: @MohammedRaadz

👤 Oyewunmi Gbenga

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published