Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/haadiiii/haadii-recipe-app

The Recipe app is a web application built with Ruby, Rails, and Bootstrap that keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have
https://github.com/haadiiii/haadii-recipe-app

devise gems heroku psql-database ror ror-api rspec-rails

Last synced: about 2 months ago
JSON representation

The Recipe app is a web application built with Ruby, Rails, and Bootstrap that keeps track of all your recipes, ingredients, and inventory. It will allow you to save ingredients, keep track of what you have

Awesome Lists containing this project

README

        

logo

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 RECIPE APP WITH ROR

> 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

### Tech Stack

> The following tech stack was used:

Client

Server

Database

## 💻 Getting Started

> The Following is how you can use the Blog App

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

### Prerequisites

In order to run this project you need:

> Ruby version : `ruby 3.1.2p20`
run `ruby -v`

> SQLite3 version : `3.40.0`
run `sqlite3 --version`

> npm version : `8.15.0`
run `npm -v`

> yarn version : `1.22.19`
run `yarn -v`

> Database : **PostgreSQL**
### Setup

Clone this repository to your desired folder:

> `[email protected]:Haadiiii/haadii-recipe-app.git`

### Install

Install this project with:

> `bundler install`

### Usage

To run the project, execute the following command:

To Be able to run the project:

`rails assets:precompile`

Then To run it on the local host server use:

`rails server` or `rails s`

### Run tests

To run tests, run the following command:

`rspec spec`

### Deployment

Click [HERE](https://recipe-website.herokuapp.com/users/sign_in) To see Live

(back to top)

## 👥 Authors

> 👤 **David Kasilia Mwanzia**

- GitHub: [@David-Kasilia ](https://github.com/githubhandle)
- Twitter: [@DavidKasilia](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

> 👤 **Haamid Ali**

- GitHub: [@Haadii ](https://github.com/githubhandle)
- Twitter: [@Haamid Ali](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

> 👤 **Stephen Ezea**

- GitHub: [@stephnna ](https://github.com/githubhandle)
- Twitter: [@Stephen Ezea](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)