Welcome to MenuMagic, your go-to Rails project for managing recipes and creating randomized meal plans effortlessly. This application is designed to simplify the process of meal planning by allowing users to add, organize, and randomize their favorite recipes into personalized meal plans.
-
Recipe Management: Users can add, edit, and delete their favorite recipes, including details such as ingredients, instructions, and cooking time.
-
Meal Planning: Generate randomized meal plans based on your saved recipes. This feature helps you break the monotony and adds excitement to your daily meals.
-
User-Friendly Interface: An intuitive and user-friendly interface makes it easy for users to navigate, add recipes, and generate meal plans.
Follow these steps to set up MenuMagic on your local machine:
-
Clone the repository:
git clone https://github.com/your-username/MenuMagic.git
-
Navigate to the project directory:
cd MenuMagic -
Install dependencies:
bundle install
-
Set up the database:
rails db:migrate
-
Start the Rails server:
rails server
-
Open your browser and go to
http://localhost:3000to access MenuMagic.
- Add your favorite recipes, including ingredients.
- Navigate to the meal planning section to generate randomized meal plans. (coming soon)
- Enjoy a diverse and exciting menu based on your recipes.
Contributions to MenuMagic are welcome! If you have any ideas, bug fixes, or improvements, feel free to open an issue or submit a pull request.
MenuMagic is open-source software licensed under the MIT license.
For any inquiries or support, please contact [your-email@example.com].
Thank you for choosing MenuMagic! Happy cooking and meal planning!