The Recipe app keeps track of all your recipes, ingredients, and inventory.
The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows 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 it allows you to make them public so anyone can access them.
This is an example of how you may give instructions on setting up your project locally. Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.
To get a local copy up and running follow these simple example steps.
bundle install
rails db:setup
./bin/webpack-dev-server
before starting the server.rails s
to start serverlocalhost:3000
in your web browserIf you encounter any issues with webpacker, try to run bundle exec rake webpacker:install
👤 Daniel Jaramillo
👤 Leonardo Dias
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.