Skip to content

Latest commit

 

History

History
88 lines (60 loc) · 2.07 KB

README.md

File metadata and controls

88 lines (60 loc) · 2.07 KB

Recipe

This App keeps track of all your recipes, ingredients, and inventory. It allows you to save ingredients, keep track of what you have in store, create recipes, and generate a shopping list based on what you have and what you are missing from a recipe.

Live demo

https://www.loom.com/share/49ec01c2b02a4a5287cb789fa7e75141

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  Ruby
  Ruby on Rails
  PostgreSQL

Setup

Clone the repository and change the directory to Recipe

  $ git clone git@github.com:Felix45/Recipe.git

  $ cd Recipe

Install

Install all project dependencies by running the command below

  $ bundle install
  $ rails db:create
  $ rails db:migrate

Run the application

  $ bin/rails server

Visit the homepage of application

  $ http://localhost:3000/

Check linter errors

  $ rubocop .

Run tests

  $ rspec

Authors

👤 Name Github Twitter LinkedIn
Felix Ouma @Felix45 @Felix_Atonoh LinkedIn
Edward Odhiambo @white3d @odhiambo_ed LinkedIn

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to Microverse for giving me this project to work on
  • Hat tip to Pexels free stock photos used in this design.

📝 License

This project is MIT licensed.