- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Blog app] This is a website that provides a wide variety of recipe for users. Users have access to add recipes, delete recipes, add food and deletes food. The app also allows user to know what is required in order to prepare a recipe
Ruby on Rails
- https://rubyonrails.org/
- [Add Recipes]
- [Add Foods]
- [Chekout with 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 Postgresql
Clone this repository to your desired folder:
cd recipe_blog_app
git clone https://github.com/danielmatama/Recipe-app-rails.git
Install this project with:
cd recipe_blog_app
bundle install
gem install rspec
gem install --no-document rubocop -v '>= 1.0, < 2.0' # https://docs.rubocop.org/en/stable/installation/
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
To run the project, execute the following command:
rails server
To run tests, run the following command:
rubocop --color
npx stylelint "**/*.{css,scss}"
rspec
- [N/A]
👤 Akande Abdulwasiu
- GitHub: @Newtayo
- Twitter: @Omortayoh
- LinkedIn: Akande Abdulwasiu
👤 Daniel Matama
- GitHub: @githubhandle
- Twitter: @twitterhandle
- Linkedin: @linkedinhandle
- [Modify Shopping List]
- [Designation of Role]
- [Better UI]
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 Microverse and everyone who has contributed to this project
This project is MIT licensed.