/Recipe-app-bests-dishes

"Recipe App" is a Server-side Rendering application (SSR) following the MVC architecture. It assists users in storing and tracking their recipes and ingredients. Users can register, create recipes (making them public if desired), and generate a shopping list based on their current inventory. Built with Ruby, Rails, Bootstrap, and PostgreSQL.

Primary LanguageRubyMIT LicenseMIT

Recipe App

📗 Table of Contents

📖 Recipe App

Recipe App keeps track of all your recipes and ingredients. 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.

🛠 Built With

Tech Stack

Client
Server
Testing

Key Features

Lear more about our key features below:

  • User authentication
  • Public and privates recipes
  • Food Page
  • Home Page
  • Shopping List page

(back to top)

🚀 Live Demo

Would you like to see a live preview?

(back to top)

💻 Getting Started

Would you like to make user of this project? see below:

To get a local copy up and running, follow these steps.

Prerequisites

If you haven't install rails yet run next command:

 gem install rails

Setup

Clone this repository to your desired folder: open desired folder:

cd my-folder

then clonde the project:

  git clone git@github.com:Diegogagan2587/Recipe-app-bests-dishes.git

Install

We make use of some gems so in order to get all required gems please Install this project with:

Open project folder:

  cd Recipe-app-bests-dishes
  

then run:

gem install

Usage

To run the project, execute the following command:

  rails server

then within your browser go to : http://localhost:3000

Run tests

To run tests, run the following command:

  rspec

Deployment

for deployment you can use your prefered service or deploy on render. if you want to deploy on reder go to: Getting Started with Ruby on Rails on Render

(back to top)

👥 Authors

Do you want to know more about the authors?

👤 Henok Mekonnen

👤 Diego Vidal Lopez

(back to top)

🔭 Future Features

We might implement next features later:

  • Comments section for Public Recipes
  • Rating sistem for public recipes

(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 please give us an star!

(back to top)

🙏 Acknowledgments

I would like to thank to Microverse for proposing this project.

(back to top)

📝 License

This project is MIT licensed.

(back to top)