In order to use this project locally, you will need to have Ruby and Rails installed on your system.
Ruby version used: 3.1.2
Rails version used: 7.0.8
Once you have these prerequisites installed, follow these steps:
- Clone this repository to your local machine
- Navigate to the project directory and run
bundle install
- Run
rails db:migrate
to populate the DB with records - Start the API server by running
rails server
- search by ingredients
- order by ratings of recipes
- pagination with 16 records on each page
- indexed records
- individual view for each recipe