- 📖 About the Project
- 🚀 Live demo
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
** Recipe App ** Is a Ruby on Rails project for users to create, edit and delete recipes. Users also have the ability to make their own recipes public or private. Finally the Recipe app allows to create a shopping list based on required food. **
- Users can create recipe
- Users can create food for the recipes
- Users can make recipes public or private
- Generate a shopping list with the amount of items needed and corresponding prices
- Full stack app
- Styling uses bootstrap
To get the content of this project locally you need to run the following commands in your terminal:
and follow these steps.
- IDE(code editor) like: Vscode, Sublime, etc.
- Git
Clone this repository to your desired folder:
- Download the Zip file or clone the repo with:
git clone git@github.com:gjuliao/recipe_app.git
- To access cloned directory run:
cd recipe_app
Install dependancies with:
bundle install
To run the project, execute the following command:
rails s
To run tests, run the following command:
rspec spec
You can deploy this project using:
👤 Giovanni Juliao
- GitHub: @gjuliao
- LinkedIn: giovanni-juliao
👤 Victor Gonzalez
- GitHub: @Vgonma
- LinkedIn: Victor Gonzalez
- Add editing features
- Make mobile app
- Authenticate user email with Devise
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a star.
I would like to thank the Microverse team for the creation of this example project.
This project is MIT licensed.