Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rileymanda/recipe-app
Recipe-App is a web application that allows users to add, update, and delete food items, Create recipes and shopping lists. It is built using Ruby on Rails and PostgreSQL as the database, and it includes comprehensive unit and integration tests implemented with RSpec and Capybara
https://github.com/rileymanda/recipe-app
bootstrap5 cancancan capybara cssbundler devise postgresql rails render rspec-rails selenium-webdriver
Last synced: about 7 hours ago
JSON representation
Recipe-App is a web application that allows users to add, update, and delete food items, Create recipes and shopping lists. It is built using Ruby on Rails and PostgreSQL as the database, and it includes comprehensive unit and integration tests implemented with RSpec and Capybara
- Host: GitHub
- URL: https://github.com/rileymanda/recipe-app
- Owner: RileyManda
- License: mit
- Created: 2023-10-14T14:50:51.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-11-22T08:16:57.000Z (12 months ago)
- Last Synced: 2024-08-22T19:49:04.826Z (3 months ago)
- Topics: bootstrap5, cancancan, capybara, cssbundler, devise, postgresql, rails, render, rspec-rails, selenium-webdriver
- Language: Ruby
- Homepage:
- Size: 476 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Recipe-App
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π Attribution](#attribution)
- [β FAQ](#faq)
- [π License](#license)Recipe-App is a Rails web application that allows users to add, update, and delete food items, create recipes and generate a shopping list. It is built using Ruby on Rails and PostgreSQL as the database, and it includes comprehensive unit and integration tests implemented with RSpec and Capybara.
Rails
Ruby
Postgresql
RSpec
Capybara
Rails CSS Bundler
Cancan
Devise
Ruby Pg
Rubocop
Selenium Web driver
### Key Features
> Data Model
> Validations
> Model Spec-Tests
> Controller Specs
> Create User
> Add Food Item
> Create Recipe
> View Lists: Food List | Recipe List | Shopping List
> Live Demo of this application:
- [Live Demo Link](https://recipe-app-mier.onrender.com/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/RileyManda/recipe-app.git
```
### Install
Install this project with:
```sh
cd my-project
bundle install
```
```sh
### Usage
To run the project, you will need to execute:
```sh
rails server
```
### Run tests
To run tests, run the following command:
```sh
Rspec spec or bundle exec rspec spec
```
π€ **RileyManda**
- GitHub: [@RileyManda](https://github.com/RileyManda)
- Twitter: [@rilecodez](https://twitter.com/rileycodez)
- LinkedIn: [rileymanda](https://www.linkedin.com/in/rileymanda/)
π€ **Yusuf Sholotan**
- GitHub: [@yin-ka](https://github.com/yin-ka)
- LinkedIn: [Yusuf Sholotan](https://www.linkedin.com/in/yusuf-sholotan/)
> Video Presentation> Deploy Application
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/RileyManda/recipe-app/issues).
Thank you for taking the time to explore this project! Your support means a lot to me. If you find my project valuable and would like to contribute, here is one way you can support me:
- Star the project βοΈ: Show your appreciation by starring this GitHub repository. It helps increase visibility and lets others know that the project is well-received.
- Fork the project π΄ π£: If you're interested in making improvements or adding new features, feel free to fork the project. You can work on your own version and even submit pull requests to suggest changes.
- Share with others πΊοΈ: Spread the word about this project. Share it on social media, mention it in relevant forums or communities, or recommend it to colleagues and friends who might find it useful.
I would like to express my sincere gratitude to [Microverse](https://github.com/microverseinc), the dedicated reviewers, and collaborators. Your unwavering support, feedback, and collaborative efforts have played an immense role in making this journey a resounding success. I am truly grateful for your contributions and for being an integral part of my achievements. Thank you for your continued support.
- **Question_1**
Do I have to use the vs code specifically?
- Answer_1
You can use any code editor of your choice.
## π₯ Attribution
- ProjectIcon: [Svgrepo](https://www.svgrepo.com/)
[MIT License](https://github.com/RileyManda/recipe-app/blob/dev/LICENSE)