- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
recipe-app is an app created with Ruby on Rails. It keeps track of recipes and ingredients. 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.
Ruby on Rails
Client
Database
- [Registration and login page built with devise]
- [Users can create and list recipes and food]
- [A list of all public recipes from other users with their names and total prices]
- [Users can list a shopping list of missing food for their recipes]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby version 3.1.3 or later
- Rails version 7 or later
- Postgresql
Clone this repository to your desired folder:
git clone https://github.com/Alejandro-Bernal-M/recipe-app.git
cd recipe-app
Install this project with:
bundle install
To start the server, execute the following command:
rails server
To run tests, run the following command:
rspec
👤 Alejandro
👤 Alejandra Keber Maggi
- GitHub: @AlejandraKeber
- Twitter: @KeberAlejandra
- LinkedIn: alejandra-keber
- [API endpoints]
- [Better design]
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
- Microverse for the opportunity.
- Code Reviewers
- Coding Partners
This project is MIT licensed.