Skip to content

HFG43/recipes-app

 
 

Repository files navigation


Recipes App

📗 Table of Contents

Recipes App

Recipes App is an aplication made with Ruby on Rails that allows diiferent users to manage a collection of recipes and their ingredients stock and price.

🛠 Built With

Tech Stack

Client
Database

Key Features

  • Use Devise for Authentication
  • Understanding the conventions of Rails
  • Use Ruby on Rails to implement a NavBar
  • Use Active Record to write SQL queries
  • Run Unit and Integrations tests
  • User authentication using devise gem
  • Solve N+1 Issues

(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:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd my-folder
 https://github.com/alexmedinasf/recipes-app

Install

Install this project with:

  cd my-project
  gem install
  bundle install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec .

Deployment

You can deploy this project using:

Ubuntu

(back to top)

👥 Authors

👤 Hernán Güemes

👤 Alexandre Medina

(back to top)

🔭 Future Features

  • [Videos of the recipe] [automatically redirect the user to a video of the recipe to better understanding]

(back to top)

🤝 Contributing

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can give me a ⭐️

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the opportunity and all my Microverse colleagues that helped us during this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 71.2%
  • HTML 22.4%
  • CSS 5.2%
  • JavaScript 1.2%