The Recipe app keeps track of all your recipes, ingredients, and inventory. It allows to save ingredients, keep track of what the user have, create recipes, and generate a shopping list based on what the user have and what current user are missing from a recipe. Also, since sharing recipes is an important part of cooking the app should allow the user to make them public so anyone can access them.
- Major languages: Ruby, Ruby on Rails, SCSS, Bootstrap
- Technologies used: Rubocop, Gitflow, RSpec
- Ruby installed on local system
- npm ( Node Package Manager )
- Git and Github Account
To get a local copy up and running follow these simple example steps.
-
Open terminal
-
Change to the desired directory then run the following:
- run
git clone [email protected]:yersel500/recipe-app.git
- cd recipe-app/
- git switch dev
- run
npm install
oryarn
- run
bundle install
- run
rails db:create
- run
rails db:migrate
- run
*Steps to excute the app locally
- Run
rails s
in the console at working directory
*Steps to excute the app on browser Live Demo
- GitHub: @yersel500
- Twitter: @YerselHurtado
- LinkedIn: Yersel Hurtado
👤 Mengstu Fentaw
- Github: @mengiefen
- Twitter: @MengistuFentaw
- Linkedin: @mengefen
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse: microverse community
This project is MIT licensed.