/Recipe-app-rails

Primary LanguageRubyMIT LicenseMIT

Recipe Blog APP

📗 Table of Contents

📖 [Blog app]

[Blog app] This is a website that provides a wide variety of recipe for users. Users have access to add recipes, delete recipes, add food and deletes food. The app also allows user to know what is required in order to prepare a recipe

🛠 Built With

Tech Stack

Ruby on Rails
  • https://rubyonrails.org/

Key Features

  • [Add Recipes]
  • [Add Foods]
  • [Chekout with Shopping List]

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

  • Install Ruby
  • Install Rails
  • Install Postgresql

Setup

Clone this repository to your desired folder:

  cd recipe_blog_app
  git clone https://github.com/danielmatama/Recipe-app-rails.git

Install

Install this project with:

  cd recipe_blog_app
  bundle install
  gem install rspec
  gem install --no-document rubocop -v '>= 1.0, < 2.0' # https://docs.rubocop.org/en/stable/installation/
  npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rubocop --color
  npx stylelint "**/*.{css,scss}"
  rspec

Deployment

  • [N/A]

(back to top)

👥 Authors

👤 Akande Abdulwasiu

👤 Daniel Matama

(back to top)

🔭 Future Features

  • [Modify Shopping List]
  • [Designation of Role]
  • [Better UI]

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please show support by staring ⭐️.

(back to top)

🙏 Acknowledgments

  • We would like to thank Microverse and everyone who has contributed to this project

(back to top)

📝 License

This project is MIT licensed.

(back to top)