Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carreraprogrammer/y_recipes

Recipes App is a rails app will be an app that helps in managing food recipes and food items. It also automatically generates shopping lists for users to know the missing ingredients for their recipes.
https://github.com/carreraprogrammer/y_recipes

hotwire-stimulus javascript rails ruby sass turboframe

Last synced: about 1 month ago
JSON representation

Recipes App is a rails app will be an app that helps in managing food recipes and food items. It also automatically generates shopping lists for users to know the missing ingredients for their recipes.

Awesome Lists containing this project

README

        

## Recipes App



Recipes app


# 📗 Table of Contents

- [📖 Recipes app](#recipes-app)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [📝 License ](#-license-)

# 📖 Blog App Blog Here

**Recipes App** The Recipes app will be an app that helps in managing food recipes and food items. It also automatically generates shopping lists for users to know the missing ingredients for their recipes.

## 🛠 Built With
Ruby on Rails
### Tech Stack

Backend



### Key Features

- **Use Migration to create schema.**

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

[Install Ruby](https://www.ruby-lang.org/en/documentation/installation/)

### Setup

```sh
cd my-folder
git clone https://github.com/carreraprogrammer/recipes_app.git
```

### Install

This project does not require additional dependencies, just Ruby interpreter. However, it uses RuboCop as a linter and you should set it up as well.

```sh
bundle install
```

### Usage

To run the project, navigate to the project directory and execute the following command:

```sh
rails db:create
rails db:migrate
rails s
```

### Run tests

To run tests, run the following command:

Run the following command
```sh
rspec spec/
```

### Deployment

You can deploy this project using:

Not available at the moment.

(back to top)

## 👥 Authors

👤 **Adegboyega Boluwatife**

- GitHub: [@githubhandle](https://github.com/Cisco-the-wayword)
- Twitter: [@twitterhandle](https://twitter.com/the_wayword1)
- LinkedIn: [LinkedIn](https://linkedin.com/in/boluwatife-adegboyega/)

👤 **Daniel Carrera**

- GitHub: [@carreraprogrammer](https://github.com/carreraprogrammer)
- Twitter: [@carreraprogrammer](https://twitter.com/carreraprog)
- LinkedIn: [Daniel Carrera](https://www.linkedin.com/in/carreraprogrammer/)

(back to top)

## 🔭 Future Features

- **I will add following features in this project**
- Validations and Model specs.
- Processing data in models.
- Setup and controllers.
- Controllers specs.
- Views.
- Login page
- Integration specs for Views.
- Add Devise.
- Add authorization rules.
- Add API endpoints.
- API documentation.

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

(back to top)

## ⭐️ Show your support

If you like this project please follow me to find more project of this type in future.

(back to top)

## 🙏 Acknowledgments

I would like to thank microverse to provide me required information to make this project so far.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)