- 📖 About the Project
- 💻 Getting Started
- 👤 Author
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 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. Also, since sharing recipes is an important part of cooking the app should allow you to make them public so anyone can access them.
Ruby on rails
- user
- foods
- recipes
- shopping list
- public recipes
To get a local copy up and running, follow these steps.
In order to run this project you need:
Code Editor (Vs Code)
Terminal
Install ruby on your computer
Install rails on your compute
Clone this repository to your desired folder:
git clone https://github.com/Yonashenok/Recipe-app.git
cd Recipe-app
Install this project with:
bundle install
To run the project, execute the following command:
rails server
or
rails s
To run tests on linters, run the following command:
npx stylelint "**/*.{css,scss}"
rubocop
To run test coverages, run the following command:
rspec spec
👤 Yonas Henok
- GitHub: @YonasHenok
- Twitter: @YonasHenok3
- LinkedIn: Yonas Henok
👤 Tchasinga jacques
- GitHub: @Tchasinga Jack
- Twitter: @tchasingajacques
- LinkedIn: @tchasingajaques
- Add More Functionality
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please give it a Start ⭐️.
- Project from Microverse Ruby on rails Module.
- Thanks to the Microverse team for the great curriculum.
- Thanks to the Code Reviewer(s) for the insightful feedbacks.
- A great thanks to My coding partner(s), morning session team, and standup team for their contributions.
-
Can I Fork it and Imporove on it
- Yes, You can, feel free.
-
Can I improve the repository, and my changes will be accepted if they are good?
- Yes please, nice ideas are welcome, please.
This project is MIT licensed.