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 a recipe. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
To get a local copy of the project, follow these steps:
- Open the terminal and navigate to the folder where you would like to put these files.
- Type the following commands into the terminal:
git clone https://github.com/jsug9/recipe-app
cd recipe-app
Check the ruby version being used and install it if it is not the same with that of the local machine Set up database direct them to the config/database.yml file
bundle install
'npm install' or 'yarn install'
rails db:create
rails db:migrate
rails 'db:seed' if there is data in the seed
'rails s' to start the server locally
To execute the tests, run the following command in your terminal:
rspec
👤 Augusto Galindo
- GitHub: @jsug9
- LinkedIn: Augusto Galindo
👤 Aaron Keegan
- GitHub: @AKeeganDev
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to my peers who are always there to offer support.
This project is MIT licensed.