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.
- Ruby
- Ruby on Rails
- tailwindCSS
- Bundler
- RSpec
- CanCanCan for Authorization
- Devise for Authentication
- PostgreSQL
- Ruby
- PostgreSQL user with enough permissions for managing databases
- 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
cd recipe-app
- Install the dependencies with
bundle install
- Run the Tailwind CSS builder with
rails tailwindcss:build
- Run the app with
rails server
- In your browser had to http://localhost:3000
- Run the tests with
rspec
👤 Ronald Skinner
- GitHub: @rskinnerc
- Twitter: @XSkinner
- LinkedIn: Ronald Skinner Cardenas
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.