RoR-group-project

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

MIT License

Stars
4

📗 Table of Contents

📖 Ruby on Rails group project

Ruby on Rails group project 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.

🛠 Built With

Tech Stack

So you want to lear more about the tech we have used for this project?

Key Features

  • Make use for migrations features from Active Record
  • Include Tables for User, Comment, Post, and Like

💻 Getting Started

To get a local copy up and running, follow these steps. Note: We are assuming you have pre-installed ruby, WSL, ubuntu and rails!

Prerequisites

In order to run this project you need:

first at all, install rails:

 gem install rails

Setup

Clone this repository to your desired folder:

git clone https://github.com/najibullahjafari/RoR-group-project.git

Install

Install this project with:

  bundle install

Setting up the Data Base:

  rails db:create
  rails db:migrate
  rails db:seed

Deployment

https://ricas-recetas.onrender.com/

Usage

To run the project, execute the following command:

  rails server

Run tests

Before running tests, ensure you've set up the test database:

bin/rails db:migrate RAILS_ENV=test

Note: Given that the aim of this project is to test the application's UI, to see if it works without side effects. We have therefore had to modify the contents of certain files, which could have the effect of falsifying certain Unit tests. We therefore recommend that, rather than running all the tests, you only test the features folder and run

bundle exec rspec ./spec/features

Install

Install this project with:

  cd RoR-group-project
  bundle install

Setting up the Data Base:

  rails db:create
  rails db:migrate
  rails db:seed

👥 Authors

👤 Najibullah Jafari

👤 Syeda Masuma Fatima

🔭 Future Features

We this project can improve, we are planning to include the next features soon:

  • User Interface
  • Validations
  • API documentation
  • Model Data
  • Controllers Testing
  • Models Testing
  • View Implementation
  • User Interface
  • Validations
  • API documentation
  • Model Data
  • Controllers Testing
  • Models Testing
  • View Implementation

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Would you like to help?

If you like this project feel free to leave an start, as well if you have a suggestion feel free to visit issues page.

🙏 Acknowledgments

I would like to thank Microverse for suggestion this project.

❓ FAQ (OPTIONAL)

Learn more about FAQ below:

  • How do I fix Linters errors if I modify the project?

    • for rubocop run
    rubocop -A
    
    • for Stylint run:
    npx stylelint "**/*.{css,scss}" --fix
    

📝 License

This project is MIT licensed.

Badges
Extracted from project README
codecov
Related Projects