/RoR-recipe_app

The Recipe app is a Rails application which 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.

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

📖 ROR 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 should allow you to make them public so anyone can access them.

🛠 Built With

Tech Stack

Server
Database

Key Features

  • A login page.
  • user Authorization
  • A registration page.
  • A food list (with all CRUD implementation, except for 'update').
  • A recipes list (with all CRUD implementation, except for 'update').
  • A general shopping list view (all missing food for all your recipes and total price).
  • A list of all public recipes from other users with their names and total prices.

(back to top)

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby installed in your machine

  • gem install rails (Ruby gem)

Setup

Clone this repository to your desired folder:

  • git clone https://github.com/admirerbrown/RoR-recipe_app.git
  • cd RoR-recipe_App
  • bundle install
  • rails db:create
  • rails db:migrate

Usage

To run the project, execute the following command:

  • rails server

Run tests

To run tests, run the following command accordingly:

  • rails db:seed RAILS_ENV=test

  • rspec

(back to top)

👥 Authors

👤 Samuel Kyere

(back to top)

🔭 Future Features

  • Add React frontend
  • Allow users to like and comment

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project then don't forget to give a star star on this repository

(back to top)

🤝 Acknowledgement

I would like to thank microverse for their resources.

(back to top)

📝 License

This project is MIT licensed.