RecipeFinder is an application based on Ruby on Rails that helps users find the most relevant recipes that they can prepare with the ingredients that they have at home. Check it out! https://recipe-find3r.fly.dev
The following dependencies are required to run this application locally:
Things you may want to cover:
- Ruby version 3.2.2
- Rails version 7.0.8
- PostgreSQL >= 12.16
A simple database with a recipes table have been used for this project. You can check the diagram at this link.
An ingredients_tsv field has been used as index to improve the performance of PostgreSQL full text search.