Skip to content

The Recipe app keeps track of all the users' recipes and ingredients. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from a recipe. Also, since sharing recipes is an important part of cooking, the app should allow the user to…

Notifications You must be signed in to change notification settings

iLynette/Recipe_app

Repository files navigation

Recipe App

The Recipe app keeps track of all the users' recipes and ingredients. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they 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.

ORM Diagram: diagram

Built With

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Getting Started

  • Install Ruby on your local machine

  • Install Ruby on Rails

  • Clone this repository

    git clone https://github.com/iLynette/Recipe_app.git
    
  • To get started, In the root directory run:

    gem install bundler
    

    Then run:

    bundle install
    

    To start the server run:

    rails s
    

    Open the browser with localhost:3000

After installing bundle

Please run the following commands rails db:create rails db:migrate rails s

To track linter errors locally follow these steps:

Track linter errors run:

rubocop

Authors

👤 Lynette Aluoch Acholah

👤 Usor faith Eloho

🤝 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

Thanks to our morning session partners, coding partners and teammates.

📝 License

This project is MIT licensed.

About

The Recipe app keeps track of all the users' recipes and ingredients. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from a recipe. Also, since sharing recipes is an important part of cooking, the app should allow the user to…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published