/Recipe-App

The Recipe app tracks your recipes, ingredients, and inventory. You can save ingredients, create recipes, and generate a shopping list based on what you have and need. Also, since sharing recipes is an important part of cooking the app allows you to make them public so anyone can access them.

Primary LanguageRubyMIT LicenseMIT

πŸ“–RECIPE APP

πŸ“— Table of Contents

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

πŸ›  Built With

Tech Stack

Server
Database

Key Features

  • [key_feature_1] Register as user
  • [key_feature_2] Add Recipes
  • [key_feature_3] Generate shopping list

(back to top)

πŸš€ Live Demo

Live Demo

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

    sudo apt-get install postgresql postgresql-contrib

Setup

Clone this repository to your desired folder:

cd my-folder git clone https://github.com/Nelitaa/Recipe-App.git

Install

Install this project with:

  cd railsblogapp
  npm install
  bundle install
  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Test

To test the project, execute the following command:

  rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Marianela MuΓ±oz Gutierrez

πŸ‘€ Emmanuel Mhango

(back to top)

πŸ”­ Future Features

  • Add email notifications

(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 support us by adding a star

(back to top)

πŸ™ Acknowledgments

We would like to thank everyone who contributed to this project

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)