Amen-Musingarimi / recipe-app-rails

Recipe App: A Ruby on Rails application for managing recipes, ingredients, and inventory. Create, save, and share recipes, generate shopping lists based on inventory, and make recipes public for easy access. Simplify your cooking experience with this all-in-one app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recipe_app

πŸ“— Table of Contents

πŸ“– [Recipe App]

[Recipe App] Recipe App: A Ruby on Rails application for managing recipes, ingredients, and inventory. Create, save, and share recipes, generate shopping lists based on inventory, and make recipes public for easy access. Simplify your cooking experience with this all-in-one app

πŸ›  Built With

Tech Stack

Key Features

  • [Add Food]
  • [Add Recipe]
  • [User Authentication]
  • [View Food and Recipe]

(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:

  1. git use the following link to setup git if you dont have it already installed on your computer

(install git)

  1. Ruby use the following link to setup Ruby if you dont have it already installed on your computer

(install Ruby)

  1. Rails use the following link to setup Rails if you dont have it already installed on your computer

(install Ruby)

  1. PostgreSQL use the following link to setup PostgreSQL if you dont have it already installed on your computer

(install PostgreSQL)

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Leeoasis/ruby-recipe-app.git

Install dependencies:

  cd recipe_app
  bundle install (install all dependencies)

Edit config/database.yml with your database connection info.

Usage

The following command can be used to run the application.

  rails s

(back to top)

πŸ‘₯ Authors

πŸ‘€ AmenMusingarimi

πŸ‘€ LeslieGudo

πŸ”­ Future Features

  • [User profile]

(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, please don't forget to follow me and give it a star.

(back to top)

πŸ™ Acknowledgments

we would like to acknowledge and thank Microverse for providing the resources and the platform for this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Recipe App: A Ruby on Rails application for managing recipes, ingredients, and inventory. Create, save, and share recipes, generate shopping lists based on inventory, and make recipes public for easy access. Simplify your cooking experience with this all-in-one app

License:MIT License


Languages

Language:Ruby 66.7%Language:HTML 23.4%Language:CSS 5.7%Language:Batchfile 2.5%Language:JavaScript 1.7%