Recipe App

πŸ“— Table of Contents

πŸ“– Recipe App

Recipe App keeps track of all your recipes, and ingredient. It will allow you to save ingredients, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.

πŸ›  Built With

Tech Stack

Client
  • Ruby on Rails
Server
  • localhost
Database
  • PostgreSQL

Key Features

  • [Keep track of all your recipes and ingredients]
  • [Create recipes, and generate shopping lists]

Back to top

πŸ’» Getting Started

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

Prerequisites

  • You'll need any code editor

Setup

Clone this repository to your desired folder:

  git clone git@github.com:shayan1234554321/recipe-app.git
  cd recipe-app

Install

Install this project with:

  bundle install
  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rails db:migrate RAILS_ENV=test
  rspec

πŸ‘₯ Authors

πŸ‘€ NΓ©stor Oro

πŸ‘€ Shayan

Back to top

πŸ”­ Future Features

  • [Improve UI design]

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 you can give it a star!

Back to top

πŸ™ Acknowledgments

I would like to thanks Microverse for this learning opportunity.

Back to top

πŸ“ License

This project is MIT licensed.

Back to top