Skip to content

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.

Notifications You must be signed in to change notification settings

rskinnerc/recipe-app

 
 

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 73.0%
  • HTML 24.2%
  • JavaScript 1.7%
  • Other 1.1%