- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
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.
This project is made with Ruby on Rails.
Client
Server
Database
- Users can add foos
- Users can add recipes
- Users can see public recipes
In order to run this project you need:
gem install rails
- Clone this repository to your desired folder:
cd my-folder git clone git@github.com:DiegoMero/recipe-app.git
- Create a
.env
file in the root directory with your database configuration details following the.env.example
file as guide
Install this project with:
cd recipe-app
bundle install
To run the project, execute the following command:
rails server
👤 Diego Mero
- GitHub: @DiegoMero
- Twitter: @Dimero18
- LinkedIn: Diego Mero
👤 Emmanuel Orji-Ihuoma
- GitHub: @emmiiorji
- Twitter: @emmiiorji
- LinkedIn: LinkedIn
- Users will be able to update recipes
- Users will be able to update foods
- Users will be able to made an inventory of their foods
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to support!
I would like to thank all my coding partners that help me through the obstacles.
This project is MIT licensed.