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.
- Ruby on Rails
- PostgreSQL
If you haven't yet, you should first set up Git. Don't forget to set up authentication to GitHub.com from Git as well.
Require to have a User with Name: rails
and password microverse
OR
Modify the user in config\database.yml
lines 23 & 24.
- Clone the repository
- Above the list of files, click ↓Code
- Clone with HTTPS
- Open Terminal
- Change the current working directory to the location where you want the cloned directory
- Type git clone, and then paste the URL you copied earlier
- Press Enter. Your local clone will be created
- In your local path, where you have your repo cloned:
- Run the command
bundle install
- Run the command
npm ci
- Create the Database
rails db:create
- Migrate the Database
rails db:migrate
👤 J. Luis Arredondo
👤 Jorge Rios
- GitHub: @Alexr16
- Twitter: @ReveloJ
- LinkedIn: Jorge Ríos
Contributions, issues, and feature requests are welcome! Feel free to get in touch with any issues or suggestions.
- 🐛 Bug reports & issues: Use GitHub Issues
- 💡 Suggestions: Use Github Discussions
- 🙋♀️ General questions: Use Github Discussions
Give a ⭐️ if you like this project!
This project is MIT licensed.