recipe_app

This is a ruby on rails recipe app that allows users to add, delete and update recipes and make private or public each recipe.

MIT License

Stars
3

Table of Contents

Recipe App

** Recipe App ** Is a Ruby on Rails project for users to create, edit and delete recipes. Users also have the ability to make their own recipes public or private. Finally the Recipe app allows to create a shopping list based on required food. **

Built With

Key Features

  • Users can create recipe
  • Users can create food for the recipes
  • Users can make recipes public or private
  • Generate a shopping list with the amount of items needed and corresponding prices
  • Full stack app
  • Styling uses bootstrap

Key Features

Check out the live demo

Getting Started

To get the content of this project locally you need to run the following commands in your terminal:

and follow these steps.

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Setup

Clone this repository to your desired folder:

  1. Download the Zip file or clone the repo with:
git clone [email protected]:gjuliao/recipe_app.git
  1. To access cloned directory run:
cd recipe_app

Install

Install dependancies with:

bundle install

Usage

To run the project, execute the following command:

rails s

Run tests

To run tests, run the following command:

rspec spec

Deployment

You can deploy this project using:

Authors

Giovanni Juliao

Victor Gonzalez

Future Features

  • Add editing features
  • Make mobile app
  • Authenticate user email with Devise

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project please give it a star.

Acknowledgments

I would like to thank the Microverse team for the creation of this example project.

License

This project is MIT licensed.