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. Also, since sharing recipes is an important part of cooking the app should allow you to make th…

Notifications You must be signed in to change notification settings

Anny85-code/food-recipe

Repository files navigation

Food Recipe App

Description

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.

Screenshot

screencapture-localhost-3000-2022-05-20-15_19_30

Live App link

Built With

  • Ruby on Rails
  • Postgres

Getting Started

Get a local copy

  • git clone the project
git clone https://github.com/Anny85-code/food-recipe.git
cd recipe_app

Install the app

bundle install
rails db:migrate

Run the seeder

rails db:seed

Run the app

  • To run the app
rails s
Visit http://localhost:3000/ in your browser.

Run the tests

  • To run the tests
rspec spec/models
rspec spec/views

Authors

👤 Aniekan udo

👤 Jaflih

🤝 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

  • Template by Colorlib
  • Microverse
  • Inspiration
  • Colorlib
  • etc

📝 License

This project is MIT licensed.

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. Also, since sharing recipes is an important part of cooking the app should allow you to make th…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published