- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ (OPTIONAL)
- 📝 License
The 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. Also, since sharing recipes is an important part of cooking the app allows you to make them public so anyone can access them.
- Ruby
- Ruby on Rails
- VSCode
- Rubocop
- PostgreSQL
Linters
- StyleLint
- Rubocop
Server
- Ruby
Database
- PostgreSQL
- Add, delete, update, edit foods
- Add, delete, update, edit recipes
- Add, delete, update, edit shopping list
To get a local copy up and running, follow these steps.
Clone this repository to your desired folder:
cd PATH
git clone https://github.com/PromzzyKoncepts/Recipe-App
Install this project with:
cd Recipe-app
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
👤 Khusniddin Ismoilov
- GitHub: @KIsmoilov
- LinkedIn: LinkedIn
👤 PROMISE OKECHUKWU
- GitHub: @promzzykoncepts
- Twitter: @pr0mzzy
- LinkedIn: promiseokechukwu
- Save recipes as pdf file
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project kindly give it a star ⭐️
I would like to thank Microverse for the project idea
This project is MIT licensed.