/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.

Primary LanguageRuby

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.

image

Getting Started

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

  • You can clone this repo by typing git clone git@github.com:Donard97/recipe-app.git on your terminal.

  • Type cd recipe-app to access the project on the terminal.

  • Run bundle install to install all the required dependancies.

  • Run rails s to start a development server.

Testing

bundle exec rspec will run all the tests.

Also, you can run bundle exec rspec spec/ to run specific tests.

You can also run RAILS_ENV=test rspec spec/ to run the tests in test mode.

Errors

If you encounter any errors, run the following commands.

  • Run rails db:drop db:create db:migrate to drop, create and migrate a new database.

  • Run rubocop && rubocop -A to check for and fix code errors.

This project was built with

  • Ruby on Rails

  • Postgressql

  • Bootstrap CSS Framework

👤 Authors

👤 Donard Golaj

👤 Kossi-Stack

🤝 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!

Acknowledgement

  • Hat tip to anyone whose code was a source of inspiration.
  • A big thanks to @microverseinc.

📝 License

This project is MIT licensed.