- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
Language
- Add recipes
- Add foods
- Generate shopping items
Click here to see the live demo
To get a local copy up and running follow these simple example steps.
In order to run this project you need:
- Install ruby on your computer or run it with docker
- Have rails installed on your computer
Clone this repository by using the command line :
git clone https://github.com/asharanjith/Food-planner.git
Install this project with:
bundle install
Setup database using
rails db:create rails db: migrate
To run the project, execute the following command:
rails s
To run tests, execute the following command:
bundle exec rspec
NB: You need to create an env
file for your database credentials
👤 Asha S Vijayan
- GitHub: @asharanjith
- Twitter: @asha_cep
- LinkedIn: asha-vijayan
👤 Gulalai Ahmadi
- GitHub: @AhmadiGu
- LinkedIn: gulalai-ahmadi
- Add dates
- Add weekly meal planner
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project by staring it.
I would like to thank Microverse for the providing support.
This project is MIT licensed.