Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/carreraprogrammer/y_recipes
- Owner: carreraprogrammer
- Created: 2023-08-07T15:18:21.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-08-13T01:40:54.000Z (over 1 year ago)
- Last Synced: 2024-08-23T20:13:24.575Z (4 months ago)
- Topics: hotwire-stimulus, javascript, rails, ruby, sass, turboframe
- Language: Ruby
- Homepage:
- Size: 284 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 StackBackend
- **Use Migration to create schema.**
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.
👤 **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/)
- **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.
Contributions, issues, and feature requests are welcome!
If you like this project please follow me to find more project of this type in future.
I would like to thank microverse to provide me required information to make this project so far.
This project is [MIT](./LICENSE) licensed.