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 allows you to make them pub…

Notifications You must be signed in to change notification settings

the-catalystmc/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 allows you to make them public so anyone can access them.

imagen

Built With

  • Ruby

Getting Started

Installation

  1. Clone the repo

    git@github.com:sevinchek/blog-app.git

Usage

  1. Install ruby gems dependencies

    bundle install
  2. Install node dependencies

    npm install
  3. Database creation

    rails db:setup
    
  4. Run the web server

    rails server
  5. Access to the website in a browser with the following link

    localhost:3000

Test

  1. For testing run:

    rspec spec/* --format doc

Acknowledgements

  • Use controllers to handle requests and render empty views.
  • Install Ruby on Rails framework.
  • Use Ruby Gems as a software packages system.
  • Understand Rails naming conventions.
  • Use params from browser requests in a safe way.
  • Write tests for controllers.

Authors

👤 Rhyine S

👤 Kevin

🤝 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!

📝 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 allows you to make them pub…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published