Skip to content

Foodie is a recipes app built with Ruby on Rails which keeps track of recipes and ingredients. It allows registered users to save ingredients, create recipes, and generate a shopping list.

License

Notifications You must be signed in to change notification settings

dennis-every/recipes-app

Repository files navigation

Recipes App

📗 Table of Contents

📖 Recipes 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

Client
Server
Database

Key Features

  • ROR
  • Devise

(back to top)

💻 Getting Started

To get a local copy of this project and run it in your computer, follow these steps.

Prerequisites

In order to run this project you need:

  • A working computer.
  • Connection to internet.

Setup

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

Clone this repository in the desired folder:

cd my-folder
git clone https://github.com/dennis-every/recipes-app.git

Install

To install this project:

cd recipes-app
code .
bundle install

Usage

To run the project, execute the following command:

rails server

Run Tests

For rails +7, include the following in your gemfile in the development, test group:

group :development, :test do  
  gem 'rspec-rails'
end

and

gem 'rails-controller-testing'

then run:

bundle install

To setup rspec, run the following:

rails generate rspec:install

To run the project tests, execute the following command:

rspec

(back to top)

👥 Authors

👤 Ashmal Zahra

👤 Dennis Every

(back to top)

🔭 Future Features

  • Deployment.

(back to top)

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

📝 License

This project is MIT licensed.

(back to top)

About

Foodie is a recipes app built with Ruby on Rails which keeps track of recipes and ingredients. It allows registered users to save ingredients, create recipes, and generate a shopping list.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published