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 should allow you to make them public so anyone can access them.
- Ruby on Rails
- HTML
- CSS
- sqlite3 for the local development
- Postgresql for the production
- Heroku for Deployment
- Rubocop
- Stylelint
To get a local copy up and running follow these simple example steps.
In order to run, you need to install RUBY and Rails in your computer. For windows you can go to Ruby installer and for MAC and LINUX you can go to Ruby official site for intructions on how to intall it.
Then you can clone the project by typing git clone https://github.com/RaoAkif/RecipeApp
- Type
bundle install
in the root file of the project. - Type
rails s
in the root file of the project.
👤 Kemigabo Catherine
- GitHub: @kemigabocatherine
- Twitter: @kemigabocatherine
- LinkedIn: KemigaboCatherine
👤 RaoAkif
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.