Skip to content

A Recipe app that keeps track of all your recipes and ingredients. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list. 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 Ruby on Rails.

License

Notifications You must be signed in to change notification settings

ashmalzahra/recipes-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

A Recipe app that keeps track of all your recipes and ingredients. It will allow you to save ingredients, keep track of what you have, create recipes, and generate a shopping list. 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 Ruby on Rails.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 61.8%
  • HTML 32.3%
  • Dockerfile 2.4%
  • JavaScript 1.8%
  • SCSS 1.1%
  • Shell 0.5%
  • CSS 0.1%