Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/divinecharlotte/recipe-app

The 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, allow you to share the Recipes by making it Public.
https://github.com/divinecharlotte/recipe-app

cancancan css3 devise html5 rails7 rspec

Last synced: about 2 months ago
JSON representation

The 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, allow you to share the Recipes by making it Public.

Awesome Lists containing this project

README

        

## Recipe App
> The 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.

## Built with
- Ruby
- Rails
- PostgresQL

## Getting Started

## LIVE DEMO
[RECIPE-APP](https://sheltered-sierra-58004.herokuapp.com/)

### Prerequisites
You need Ruby v3+, Rails v7+ and Postgresql installed on your machine.

### Setup

- Clone this repo locally using git in the command line with the following command
```ruby
> https://github.com:divinecharlotte/Recipe-app.git
```
- Alternatively, you can just download the complete zip file and extract the folder in your directory

### Usage

In the project directory,open terminal and run this command:

```ruby
> rails server
```

### Testing
This command will run all the tests in your terminal:

```ruby
> rspec spec
```

## Authors

👤 **Charlotte Divine**

- GitHub: [divinecharlotte](https://github.com/divinecharlotte)
- LinkedIn: [charlotte-divine](https://www.linkedin.com/in/charlotte-divine-dusenge/)

👤 **Assad Isah**

- Github: [nottherealalanturing](https://github.com/nottherealalanturing)
- LinkedIn: [Assad Isah](https://linkedin.com/in/assadisah)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone whose code was used
- Inspiration
- etc