- 📖 About the Project
- 💻 Getting Started
- 🚀 Live Demo
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Rails 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.
Client
- Ruby on Rails
Server
- localhost
Database
- PostgreSQL
- [Keep track of all your recipes, ingredients, and inventory]
- [Create recipes, and generate shopping lists]
To get a local copy up and running, follow these steps.
- You'll need any code editor
Clone this repository to your desired folder:
git clone https://github.com/ghreza-crypto/Recipe-app.git
cd Rails-Recipe-App
Install this project with:
bundle install
rails db:create
rails db:migrate
To run the project, execute the following command:
rails server
To run tests, run the following command:
rails db:migrate RAILS_ENV=test
rspec
👤 Ghulam Reza Rajabi
- GitHub: @ghreza-crypto
- LinkedIn: LinkedIn
👤 Getayawkal Tamrat
- [Improve UI design]
- [Improve the desktop version]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give it a star!
I would like to thanks Microverse for this learning opportunity.
This project is MIT licensed.