Skip to content

hamid-murambiwa/Recipe-app

Repository files navigation

Recipe-App

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.

Screenshot 2022-05-20 at 17 37 26

Screenshot 2022-05-20 at 17 38 47

Screenshot 2022-05-20 at 17 39 27

Built With

  • Ruby
  • Ruby on Rails
  • Git
  • Postgresql

Getting Started

To get a local copy up and running please follow these steps:

  • Open the command prompt in this directory.

  • Clone of the Repo:

    $ git clone https://github.com/hamid-murambiwa/Recipe-app.git
    
  • Go to the repository folder in your command prompt and navigate into the project file:

    $ cd Recipe-app
    
  • Install the Ruby on Rails Gems:

    $ bundle install or bundle i
    
  • To analyze and format the applictaion code run:

    $ rubocop -A
    
  • Create databases

    $ rails db:setup
    
    
    $ rails db:migrate
    
  • Start the server:

    $ rails s
    

To run the tests

  • Install rspec:

  • and

    $ rails generate rpesc:install
    
  • run all rspec tests:

    $ rspec spec
    

Prerequisites

  • Ruby
  • Ruby on Rails
  • Postgresql

Authors

👤 Hamid Murambiwa

👤 You-Wei (Adam) Chang

🤝 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

  • This project built in Microverse's Fourth Module's Capstone.

📝 License

This project is MIT licensed.

About

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 th…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors