grauJavier / recipe-app

3 stars 0 forks source link

Recipe App | Ruby on Rails Capstone Project

šŸ“— Table of Contents


Recipe app

"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 public so anyone can access them.

These is the ERD for the project: image


šŸ›  Built With

Tech Stack

The project is built using the following technologies:



Key Features

Please note: Each feature will be marked with an "x" when it is fully implemented and operational.

(back to top)


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

Setup

To clone this repository to your desired folder, run the following command:

git clone https://github.com/grauJavier/recipe-app.git

Navigate to the cloned repository and run the following command to install the necessary gems:

cd blog-app
bundle install

(back to top)

Usage

Initialize it with

rails server

Then open http://localhost:3000 in your browser.

(back to top)

Test

To run the tests try the following command:

rspec spec

(back to top)

(back to top)


šŸ‘„ Authors

šŸ‘¤ Javier Grau

šŸ‘¤ Ruth Abreu

(back to top)


šŸ”­ Future Features

Upcoming improvements:

(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 and know someone who might find it helpful, please share it. Or give it a star ā­ļø

(back to top)


šŸ™ Acknowledgments

I thank Microverse for this fantastic opportunity, and the code reviewers for their advice and time.

(back to top)


šŸ“ License

This project is MIT licensed.

(back to top)