Skip to content

The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows to save ingredients, keep track of what the user has, create recipes, and generate a shopping list based on what the user has and what current user is missing from a recipe

Notifications You must be signed in to change notification settings

yersel500/recipe-app

Repository files navigation

Recipe App - Ruby on Rails

The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows to save ingredients, keep track of what the user have, create recipes, and generate a shopping list based on what the user have and what current user are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow the user to make them public so anyone can access them.

image

Built with

- Major languages: Ruby, Ruby on Rails, SCSS, Bootstrap
- Technologies used: Rubocop, Gitflow, RSpec

Prerequisites

- Ruby installed on local system
- npm ( Node Package Manager )
- Git and Github Account  

Getting Started

To get a local copy up and running follow these simple example steps.

  • Open terminal

  • Change to the desired directory then run the following:

    • run git clone [email protected]:yersel500/recipe-app.git
    • cd recipe-app/
    • git switch dev
    • run npm install or yarn
    • run bundle install
    • run rails db:create
    • run rails db:migrate

Running the Application Locally

*Steps to excute the app locally

  • Run rails s in the console at working directory

Running the Application Live

*Steps to excute the app on browser Live Demo

Authors

👤 Yersel Hurtado

👤 Mengstu Fentaw

🤝 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

📝 License

This project is MIT licensed.

About

The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows to save ingredients, keep track of what the user has, create recipes, and generate a shopping list based on what the user has and what current user is missing from a recipe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published