- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Recipe App] keeps track of all your recipes, and ingredients. 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.
Ruby on Rails
- https://rubyonrails.org/
- [Recipe list]
- [Food list]
- [Shopping list]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Rspec
- Install Postgresql
Clone this repository to your desired folder:
git clone https://github.com/stephenkati/recipe_app.git
Install this project with:
cd recipe_app
bundle install && npm install
To run the project, execute the following command:
rails s
or
./bin/dev
To run tests, run the following command:
rubocop --color
npx stylelint "**/*.{css,scss}"
rspec spec
- [N/A]
👤 STEPHEN KATULI
- GitHub: @githubhandle
- LinkedIn: LinkedIn
👤 Sasan Moshirabadi
- [Recommended recipes]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please show support by staring ⭐️.
- We would like to thank my Microverse team and my coding partners for their support and guidance.
This project is MIT licensed.