/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 all your recipes.

Primary LanguageRuby

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 all your recipes.

Built With

  • Ruby
  • Ruby on Rails
  • tailwindCSS
  • Bundler
  • RSpec
  • CanCanCan for Authorization
  • Devise for Authentication
  • PostgreSQL

Getting Started

Prerequisites

  • Ruby
  • PostgreSQL user with enough permissions for managing databases

Setup

  • Clone this repository in your local machine by using git clone git@github.com:rskinnerc/recipe-app.git
  • Update config/database.yml file in order to set a working user/password postgresql account

Install

  • cd recipe-app
  • Install the dependencies with bundle install
  • Run the Tailwind CSS builder with rails tailwindcss:build

Usage

Testing

  • Run the tests with rspec

Authors

👤 Ronald Skinner

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.