- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Recipe-app The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows user to save ingredients to a recipe, keep track of stock, create recipes, and generate a shopping list based on the difference between inventory and recipe requirements. To allow sharing the recipe, the user or creater can indicate whether it is private or public..
Client
Database
- Create food
- Create Inventory
- Create recipe
- generate shopping list
To get a local copy up and running, follow these steps.
In order to run this project you need: Ruby
, Rails
and a Database such as PostgreSQL
Clone this repository to your desired folder.
Install this project with:
bundle install
To run the project, execute the following command:
rails db:create
rails db:migrate
rails server
To run all the project tests, execute the following command:
bundle exec rspec
To run specific tests, execute the following command:
bundle exec rspec spec/directory/file_spec.rb
👤 Ambrose kibet
👤 Kigozi Joseph
👤 Habtamu
- GitHub: @Habtamu210
- Twitter: @beleyaha
- LinkedIn: @habtamu-
- Add the rest of the nmore styling
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a ⭐️!
Thank you to microverse for setting us on this journey.
This project is MIT licensed.