/Receipe-app-rails

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.

Primary LanguageRubyMIT LicenseMIT

Receipe-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 can allow you to make them public so anyone can access them.

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 blog

  $ git clone git@github.com:Favourezeugwa/Receipe-app-rails.git

  $ cd Receipe-app-rails

Install

Install all project dependencies by running the command below

  $ bundle install

Run the application

  Linux
  $ bin/rails server
  Windows
  $ ruby bin/rails server

Visit the homepage of application

  $ http://localhost:3000/

Check linter errors

  $ rubocop .

Run tests

  $ Rspec spec

Authors

👤 Favour Amarachi Ezeugwa

👤 Ritobroto Mukherjee

👤 Rich Adu-kyere

🤝 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

📝 License

This project is MIT licensed.