HFG43 / recipes-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


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)

About

License:MIT License


Languages

Language:Ruby 71.2%Language:HTML 22.4%Language:CSS 5.2%Language:JavaScript 1.2%