ohyajk / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe App

πŸ“— Table of Contents

Recipe App

This is a simple recipe app that allows users to save ingredients, keep track of their recipes and add new recipes. It also allows users to generate a shopping list based on the ingredients they have saved. This project was built using Ruby on Rails.

πŸ›  Built With

Tech Stack

Server

back to top

Key Features

  • Users can create an account and log in.
  • Login users can create a new recipe.
  • Login users can add ingredients to a recipe.
  • Login users can delete a recipe.

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby --version 3.2.1
  • Ruby on Rails --version ~> 7.0.4
  • Postgresql

Setup

Clone this repository to your desired folder:

  cd your_desired_folder
  git clone https://github.com/ohyajk/Recipe-App.git

Install

Install this project with:

  • After cloning type cd recipe-app.
  • Run bundle install to install all gems.

Usage

To run the project, execute the following command:

  • Run rails db:create to create a new database
  • Run rails db:migrate to migrate the db and build the schema
  • Run rails s to start the server

Run tests

  • Run rspec to run the tests

back to top

πŸ‘₯ Authors

πŸ‘€ Kennedy Owusu

πŸ‘€ Jitender Kumar

back to top

πŸ”­ Future Features

  • Create Inventory list
  • Add Inventory details
  • Inventory shopping list

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page

back to top

⭐️ Show your support

Give a ⭐️ if you like this project!

back to top

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

πŸ“ License

This project is MIT licensed.

back to top

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.

License:MIT License


Languages

Language:Ruby 63.1%Language:HTML 31.7%Language:Batchfile 2.9%Language:JavaScript 1.3%Language:CSS 1.0%