fezzopro / 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. Also, since sharing recipes is an important part of cooking the app should allow you to share them
https://rails-recipe-stage.onrender.com/
MIT License
0 stars 1 forks source link
postgresql ruby ruby-on-rails

RECIPE-APP

πŸ“— Table of Contents

πŸ“– RECIPE WEB APP

πŸ›  Built With

(back to top)

Key Features

πŸ’» 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


  Install Ruby & Ruby on Rails on your local machine

Setup

Clone this repository to your desired folder:


  RUN git clone https://github.com/fezzopro/recipe_app.git
  RUN cd recipe_app

Install

Install System dependencies with:


  RUN bundle install
  RUN rails db:create
  RUN rails db:migrate

Usage

To run the project, execute the following command:


  RUN rails server
    OR
  RUN rails s

Run tests

To run tests and check linters linter, run the following command:


  RUN rubocop -A
  RUN rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Felix KAMANA

πŸ‘€ Paul Tesfaye

(back to top)

πŸ”­ Future Features

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

⭐️ Show your support

If you like this project kindly give it a star⭐️.

(back to top)

πŸ™ Acknowledgments

I would like to thank Microverse for the idea for this project.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)