binyamolango / recipe_app2

An app that keeps track of all users' recipes and ingredients. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what the user have and missing from a recipe. Built with Ruby on Rails and Postgres.
https://edenic-recipe-i1dt.onrender.com/
MIT License
1 stars 0 forks source link

Recipe App

πŸ“— Table of Contents

πŸ“– Recipe App

Recipe App is an app that keeps track of all users' recipes, ingredients, and inventory. It will allow the user to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what the user has and missing from a recipe.

πŸ›  Built With

Tech Stack

Backend

Key Features

(back to top)

Live Demo

(back to top)

πŸ’» Getting Started

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

Prerequisites

You need the following tools to be installed on your computer:

Setup

Clone this repository to your desired folder:

  cd my-preferred-folder

  git clone https://github.com/binyamolango/recipe_app2.git

Install

Install this project with:

  cd recipe_app2

  bundle install

Database

Create the databases and run migrations with:

rails db:create
rails db:migrate

Usage

To run the project, execute the following command:

  rails server or rails s

Run tests

To run tests, run the following command:

  rspec spec/

(back to top)

πŸ‘₯ Author

πŸ‘€ Binyam Yohannes

πŸ‘€ Ochieng Steven Otieno

(back to top)

πŸ”­ Future Features

(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 it a star.

(back to top)

πŸ™ Acknowledgments

I would like to thank My God, family, friends, teammates, and Microverse.

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)