AminaBuhari / Recipe-App

1 stars 0 forks source link

Recipe App

The Recipe app keeps track of all your recipes, ingredients, and inventory. It enables you to save ingredients, create recipes, and generate a shopping list. You can also share your details to the public.

Getting Started

To get a local copy of the project, follow these steps:

  1. Open the terminal and navigate to the folder where you would like to put these files.
  2. Type the following commands into the terminal:
    git clone https://github.com/AminaBuhari/Recipe-App.git
    cd recipe-app

    Check the ruby version being used and install it if it is not the same with that of the local machine Set up database direct them to the config/database.yml file

    bundle install
    'npm install' or 'yarn install'
    rails db:create
    rails db:migrate
    rails 'db:seed' if there is data in the seed
    'rails s' to start the server locally

    :handshake: Contributing

    Contributions, issues, and feature requests are welcome! Feel free to check the issues page.

    Testing

    run the following after cloning the repository

    • rspec

Screenshots

general shopping list recipe page public recipes recipe index page food index page

Authors

👤 Amina Buhari

👤 Have Samuel

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