Sonickmumba / Recipe-app

The app keeps track of recipes and ingredients. 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. It is built using Ruby on Rails.
0 stars 0 forks source link
cancancan devise rails rspec ruby-gem ruby-on-rails

πŸ“— Table of Contents

πŸ“– Recipe app

Blog app with Rails 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:

ERD Diagram

recipe_erd_2_members

πŸ›  Built With

Tech Stack

Languages
Frameworks
Server
Database
Testing library
  • RSpec

Key Features

(back to top)

πŸš€ Live Demo

(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 version : ruby 3.1.2p20 run ruby -v Database : PostgreSQL

 gem install rails

Setup

Clone this repository to your desired folder:

Example commands:

  cd my-folder
  git clone git@github.com:Sonickmumba/Recipe-app.git

-

Install

Install this project with:

  cd Recipe-app
  bundle install

-

Usage

To run the project, execute the following command:

  rails server or rails s

-

Run tests

The app is tested using Rspec library you can check the tests by opening your terminal, then change the directory to the location of this repo using this command cd file_path, then run this command gem install rspec, finally run this command rspec spec or rspec spec --format doc for documented test results you should see a screen like that comming soon

Deployment

You can deploy this project using:

(back to top)

πŸ‘₯ Authors

πŸ‘€ Sonick Mumba

(back to top)

πŸ”­ Future Features

(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 it a thumb up : πŸ‘ and share this projects with your friends

(back to top)

πŸ™ Acknowledgments

I would like to thank...

(back to top)

πŸ“ License

This project is MIT licensed.

NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.

(back to top)